I want to enable feature gate in EKS Cluster because I want to use io2
PVC. I am following this document. https://github.com/kubernetes-sigs/aws-ebs-csi-driver and it says the following. However, in eksctl
I cannot see any option to create a node group enabling these features or passing these options.
How will I do that?
Enable flag --allow-privileged=true for kubelet and kube-apiserver
Enable kube-apiserver feature gates --feature-gates=CSINodeInfo=true,CSIDriverRegistry=true,CSIBlockVolume=true,VolumeSnapshotDataSource=true
Enable kubelet feature gates --feature-gates=CSINodeInfo=true,CSIDriverRegistry=true,CSIBlockVolume=true