Remove old features gates (#5608)
parent
516e9a4de6
commit
f56171b513
|
@ -339,19 +339,9 @@ kubelet_authorization_mode_webhook: true
|
||||||
# Automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration
|
# Automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration
|
||||||
kubelet_rotate_certificates: true
|
kubelet_rotate_certificates: true
|
||||||
|
|
||||||
## v1.11 feature
|
|
||||||
feature_gate_v1_11:
|
|
||||||
- "PersistentLocalVolumes={{ local_volume_provisioner_enabled | string }}"
|
|
||||||
- "VolumeScheduling={{ local_volume_provisioner_enabled | string }}"
|
|
||||||
- "MountPropagation={{ local_volume_provisioner_enabled | string }}"
|
|
||||||
|
|
||||||
## v1.12 feature
|
|
||||||
feature_gate_v1_12: []
|
|
||||||
|
|
||||||
## List of key=value pairs that describe feature gates for
|
## List of key=value pairs that describe feature gates for
|
||||||
## the k8s cluster.
|
## the k8s cluster.
|
||||||
kube_feature_gates: |-
|
kube_feature_gates: []
|
||||||
{{ feature_gate_v1_12 }}
|
|
||||||
|
|
||||||
# Enable kubeadm experimental control plane
|
# Enable kubeadm experimental control plane
|
||||||
kubeadm_control_plane: false
|
kubeadm_control_plane: false
|
||||||
|
|
Loading…
Reference in New Issue