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:
Kubernetes Prow Robot 2021-09-06 04:32:29 -07:00 committed by GitHub
commit 89a9a4a1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
- "--extra-create-metadata"
- "--default-fstype=ext4"
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CSITopologySupport false }}
- --feature-gates=Topology=true
{{ end }}