Merge pull request #71146 from davidz627/fix/csiPath

Simplify GCE PD CSI Socket path
This commit is contained in:
k8s-ci-robot 2018-11-16 15:17:12 -08:00 committed by GitHub
commit 859ab7450d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ spec:
image: gcr.io/gke-release/csi-driver-registrar:v1.0.0-gke.0
args:
- "--v=5"
- "--csi-address=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
- "--csi-address=/csi/csi.sock"
- "--kubelet-registration-path=/var/lib/kubelet/plugins/pd.csi.storage.gke.io/csi.sock"
lifecycle:
preStop:
@ -30,7 +30,7 @@ spec:
fieldPath: spec.nodeName
volumeMounts:
- name: plugin-dir
mountPath: /var/lib/kubelet/plugins/pd.csi.storage.gke.io/
mountPath: /csi
- name: registration-dir
mountPath: /registration
- name: gce-pd-driver