mirror of https://github.com/kubernetes/kops.git
Merge pull request #12280 from pa1op/fix/csi-provider-explicit-fstype
Set explicit fsType to be able to mount volumes
This commit is contained in:
commit
89a9a4a1aa
|
|
@ -280,6 +280,7 @@ spec:
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
- "--timeout=3m"
|
- "--timeout=3m"
|
||||||
- "--extra-create-metadata"
|
- "--extra-create-metadata"
|
||||||
|
- "--default-fstype=ext4"
|
||||||
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CSITopologySupport false }}
|
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CSITopologySupport false }}
|
||||||
- --feature-gates=Topology=true
|
- --feature-gates=Topology=true
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue