Skip to content

Commit d2c0679

Browse files
committed
kubeadm: Document ControlPlaneKubeletLocalMode promotion to beta
1 parent e0bbb9a commit d2c0679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ List of feature gates:
155155
{{< table caption="kubeadm feature gates" >}}
156156
Feature | Default | Alpha | Beta | GA
157157
:-------|:--------|:------|:-----|:----
158-
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
158+
`ControlPlaneKubeletLocalMode` | `true` | 1.31 | 1.33 | -
159159
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | 1.32
160160
`NodeLocalCRISocket` | `false` | 1.32 | - | -
161161
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -

content/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-init.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ List of feature gates:
295295
{{< table caption="kubeadm feature gates" >}}
296296
Feature | Default | Alpha | Beta | GA
297297
:-------|:--------|:------|:-----|:----
298-
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
298+
`ControlPlaneKubeletLocalMode` | `true` | 1.31 | 1.33 | -
299299
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | 1.32
300300
`NodeLocalCRISocket` | `false` | 1.32 | - | -
301301
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -
@@ -304,7 +304,7 @@ Feature | Default | Alpha | Beta | GA
304304
{{< table caption="kubeadm 特性门控" >}}
305305
特性 | 默认值 | Alpha | Beta | GA
306306
:-------|:--------|:------|:-----|:----
307-
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
307+
`ControlPlaneKubeletLocalMode` | `true` | 1.31 | 1.33 | -
308308
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | 1.32
309309
`NodeLocalCRISocket` | `false` | 1.32 | - | -
310310
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -

0 commit comments

Comments
 (0)