Skip to content

Commit 1898fe8

Browse files
authored
Merge pull request #175 from davidz627/fix/longName
Simplify socket directory
2 parents 103b746 + 5e189b9 commit 1898fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/kubernetes/base/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
image: MUSTPATCHWITHKUSTOMIZE
1919
args:
2020
- "--v=5"
21-
- "--csi-address=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
21+
- "--csi-address=/csi/csi.sock"
2222
- "--kubelet-registration-path=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
2323
lifecycle:
2424
preStop:
@@ -31,7 +31,7 @@ spec:
3131
fieldPath: spec.nodeName
3232
volumeMounts:
3333
- name: plugin-dir
34-
mountPath: /var/lib/kubelet/plugins/pd.csi.storage.gke.io/
34+
mountPath: /csi
3535
- name: registration-dir
3636
mountPath: /registration
3737
- name: gce-pd-driver

0 commit comments

Comments
 (0)