deploy/cephfs/kubernetes: Use CSI 1.x plugin directory

This commit is contained in:
Mike Cronce
2018-12-04 15:08:11 -05:00
parent 22e23640a4
commit 82b7904542
3 changed files with 14 additions and 14 deletions

View File

@ -34,13 +34,13 @@ spec:
- "--v=5"
env:
- name: ADDRESS
value: /var/lib/kubelet/plugins/csi-cephfsplugin/csi.sock
value: /var/lib/kubelet/plugins_registry/csi-cephfsplugin/csi.sock
imagePullPolicy: "IfNotPresent"
volumeMounts:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/csi-cephfsplugin
mountPath: /var/lib/kubelet/plugins_registry/csi-cephfsplugin
volumes:
- name: socket-dir
hostPath:
path: /var/lib/kubelet/plugins/csi-cephfsplugin
path: /var/lib/kubelet/plugins_registry/csi-cephfsplugin
type: DirectoryOrCreate