We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 103b746 + 5e189b9 commit 1898fe8Copy full SHA for 1898fe8
deploy/kubernetes/base/node.yaml
@@ -18,7 +18,7 @@ spec:
18
image: MUSTPATCHWITHKUSTOMIZE
19
args:
20
- "--v=5"
21
- - "--csi-address=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
+ - "--csi-address=/csi/csi.sock"
22
- "--kubelet-registration-path=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
23
lifecycle:
24
preStop:
@@ -31,7 +31,7 @@ spec:
31
fieldPath: spec.nodeName
32
volumeMounts:
33
- name: plugin-dir
34
- mountPath: /var/lib/kubelet/plugins/pd.csi.storage.gke.io/
+ mountPath: /csi
35
- name: registration-dir
36
mountPath: /registration
37
- name: gce-pd-driver
0 commit comments