Skip to content

Commit 918877e

Browse files
authored
Merge pull request #46945 from chrischdi/pr-kubeadm-kep-4471
kubeadm: add ControlPlaneKubeletLocalMode FG descriptions
2 parents a49b8a5 + 1cc31fc commit 918877e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ List of feature gates:
155155
{{< table caption="kubeadm feature gates" >}}
156156
Feature | Default | Alpha | Beta | GA
157157
:-------|:--------|:------|:-----|:----
158+
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
158159
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | -
159160
`PublicKeysECDSA` | `false` | 1.19 | - | -
160161
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -
@@ -166,6 +167,11 @@ Once a feature gate goes GA its value becomes locked to `true` by default.
166167

167168
Feature gate descriptions:
168169

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+
169175
`EtcdLearnerMode`
170176
: With this feature gate enabled, when joining a new control plane node, a new etcd member will be created
171177
as a learner and promoted to a voting member only after the etcd data are fully aligned.

0 commit comments

Comments
 (0)