mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
Fix Flexvolume mount in Openstack Controller (#6480)
This commit is contained in:
@@ -70,7 +70,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
|
path: "{{ kubelet_flexvolumes_plugins_dir }}"
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
name: flexvolume-dir
|
name: flexvolume-dir
|
||||||
- hostPath:
|
- hostPath:
|
||||||
|
|||||||
Reference in New Issue
Block a user