Some of the features that will be discussed here may be at different stages (alpha, beta, or GA) at the moment. If you run into an issue, perform the following step:
- Set the following feature-gates flags to true for both kube-apiserver and kubelet:
- --feature-gates=VolumeSnapshotDataSource=true
- --feature-gates=KubeletPluginsWatcher=true
- --feature-gates=CSINodeInfo=true
- --feature-gates=CSIDriverRegistry=true
- --feature-gates=BlockVolume=true
- --feature-gates=CSIBlockVolume=true
You can find the latest statuses for features and their states by going to the Kubernetes Feature Gates link in the See also section.