File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ List of feature gates:
155
155
{{< table caption="kubeadm feature gates" >}}
156
156
Feature | Default | Alpha | Beta | GA
157
157
:-------|:--------|:------|:-----|:----
158
+ ` ControlPlaneKubeletLocalMode ` | ` false ` | 1.31 | - | -
158
159
` EtcdLearnerMode ` | ` true ` | 1.27 | 1.29 | -
159
160
` PublicKeysECDSA ` | ` false ` | 1.19 | - | -
160
161
` WaitForAllControlPlaneComponents ` | ` false ` | 1.30 | - | -
@@ -166,6 +167,11 @@ Once a feature gate goes GA its value becomes locked to `true` by default.
166
167
167
168
Feature gate descriptions:
168
169
170
+ ` ControlPlaneKubeletLocalMode `
171
+ : With this feature gate enabled, when joining a new control plane node, kubeadm will configure the kubelet
172
+ to connect to the local kube-apiserver. This ensures that there will not be a violation of the version skew
173
+ policy during rolling upgrades.
174
+
169
175
` EtcdLearnerMode `
170
176
: With this feature gate enabled, when joining a new control plane node, a new etcd member will be created
171
177
as a learner and promoted to a voting member only after the etcd data are fully aligned.
You can’t perform that action at this time.
0 commit comments