mount csi socket on host

This commit is contained in:
amonhuang 2022-09-02 11:55:37 +08:00
parent 35a528e1c1
commit b9f21a39ea

View file

@ -104,4 +104,6 @@ spec:
mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
volumes:
- name: socket-dir
emptyDir: {}
hostPath:
path: /var/lib/kubelet/plugins/ru.yandex.s3.csi
type: DirectoryOrCreate