I'm trying to use local persistent storage. Due to k8s 1.9 I need to enable 3 feature-gates PersistentLocalVolumes=true,VolumeScheduling=true,MountPropagation=true
Thus we need to add --feature-gates to kubeadm init or add data to master-config.yaml
What's the best option to do so?