Table of Contents generated with DocToc
There is a change in csi-provisioner 2.0: The fstype on provisioned PVs no longer defaults to "ext4". A defaultFStype arg is added to the provisioner. Admins can also specify this fstype via storage class parameter. If fstype is set in storage class parameter, it will be used. The sidecar arg is only checked if fstype is not set in the SC param.
By default, in the manifest file a --default-fstype=ext4
default settings are added to manifests, if you want to update it , please add a fsType: ext4
into the storageclass definition.