Commit 53cc6b3f by wangtingwei

增加nfs多实例

2 parents 563502dc 16e3a825
...@@ -71,7 +71,11 @@ spec: ...@@ -71,7 +71,11 @@ spec:
path: /var/run/ path: /var/run/
- name: k8s-pod-resource-sock - name: k8s-pod-resource-sock
hostPath: hostPath:
<<<<<<< HEAD
path: /data/kubelet/pod-resources path: /data/kubelet/pod-resources
=======
path: /var/lib/kubelet/pod-resources
>>>>>>> 16e3a8253a589219bb391a6bb61ac1f868e09110
- name: hostname - name: hostname
hostPath: hostPath:
path: /etc/hostname path: /etc/hostname
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!