Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.2 KB

sidecarcompatibility.md

File metadata and controls

16 lines (10 loc) · 1.2 KB

Table of Contents generated with DocToc

Plugin sidecar compatibility

Set file type in provisioner

There is a change in CSI provisioner 2.0: The fstype on provisioned PVs no longer defaults to "ext4". A defaultFSType argument 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 argument 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 storage class definition.