You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am also interested in the ability to enable feature gates, specifically RotateKubeletClientCertificate1=true. Any ideas on how to do this when creating a new cluster with hetzner-kube?
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
tokubeadm init
or add data tomaster-config.yaml
What's the best option to do so?
The text was updated successfully, but these errors were encountered: