[zh-cn]sync kubeadm-init.md
Signed-off-by: xin.li <xin.li@daocloud.io>pull/50810/head
parent
a231d31237
commit
f75b99b67d
|
@ -295,19 +295,17 @@ List of feature gates:
|
|||
{{< table caption="kubeadm feature gates" >}}
|
||||
Feature | Default | Alpha | Beta | GA
|
||||
:-------|:--------|:------|:-----|:----
|
||||
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
|
||||
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | 1.32
|
||||
`ControlPlaneKubeletLocalMode` | `true` | 1.31 | 1.33 | -
|
||||
`NodeLocalCRISocket` | `false` | 1.32 | - | -
|
||||
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -
|
||||
`WaitForAllControlPlaneComponents` | `true` | 1.30 | 1.33 | -
|
||||
{{< /table >}}
|
||||
-->
|
||||
{{< table caption="kubeadm 特性门控" >}}
|
||||
特性 | 默认值 | Alpha | Beta | GA
|
||||
:-------|:--------|:------|:-----|:----
|
||||
`ControlPlaneKubeletLocalMode` | `false` | 1.31 | - | -
|
||||
`EtcdLearnerMode` | `true` | 1.27 | 1.29 | 1.32
|
||||
`ControlPlaneKubeletLocalMode` | `true` | 1.31 | 1.33 | -
|
||||
`NodeLocalCRISocket` | `false` | 1.32 | - | -
|
||||
`WaitForAllControlPlaneComponents` | `false` | 1.30 | - | -
|
||||
`WaitForAllControlPlaneComponents` | `true` | 1.30 | 1.33 | -
|
||||
{{< /table >}}
|
||||
|
||||
{{< note >}}
|
||||
|
@ -333,15 +331,6 @@ Feature gate descriptions:
|
|||
kubeadm 将配置 kubelet 连接到本地 kube-apiserver。
|
||||
这将确保在滚动升级期间不会违反版本偏差策略。
|
||||
|
||||
<!--
|
||||
`EtcdLearnerMode`
|
||||
: With this feature gate enabled, when joining a new control plane node, a new etcd member will be created
|
||||
as a learner and promoted to a voting member only after the etcd data are fully aligned.
|
||||
-->
|
||||
`EtcdLearnerMode`
|
||||
: 启用此特性门控后,当加入新的控制平面节点时,将创建一个新的 etcd
|
||||
成员作为学习者(learner),并仅在 etcd 数据完全对齐后进级为投票成员(voting member)。
|
||||
|
||||
<!--
|
||||
`NodeLocalCRISocket`
|
||||
: With this feature gate enabled, kubeadm will read/write the CRI socket for each node from/to the file
|
||||
|
@ -460,6 +449,7 @@ List of removed feature gates:
|
|||
{{< table caption="kubeadm removed feature gates" >}}
|
||||
Feature | Alpha | Beta | GA | Removed
|
||||
:-------|:------|:-----|:---|:-------
|
||||
`EtcdLearnerMode` | 1.27 | 1.29 | 1.32 | 1.33
|
||||
`IPv6DualStack` | 1.16 | 1.21 | 1.23 | 1.24
|
||||
`UnversionedKubeletConfigMap` | 1.22 | 1.23 | 1.25 | 1.26
|
||||
`UpgradeAddonsBeforeControlPlane` | 1.28 | - | - | 1.31
|
||||
|
@ -468,6 +458,7 @@ Feature | Alpha | Beta | GA | Removed
|
|||
{{< table caption="kubeadm 已移除的特性门控" >}}
|
||||
特性 | Alpha | Beta | GA | 移除
|
||||
:-------|:------|:-----|:---|:-------
|
||||
`EtcdLearnerMode` | 1.27 | 1.29 | 1.32 | 1.33
|
||||
`IPv6DualStack` | 1.16 | 1.21 | 1.23 | 1.24
|
||||
`UnversionedKubeletConfigMap` | 1.22 | 1.23 | 1.25 | 1.26
|
||||
`UpgradeAddonsBeforeControlPlane` | 1.28 | - | - | 1.31
|
||||
|
@ -478,6 +469,15 @@ Feature gate descriptions:
|
|||
-->
|
||||
特性门控的描述:
|
||||
|
||||
<!--
|
||||
`EtcdLearnerMode`
|
||||
: When joining a new control plane node, a new etcd member will be created
|
||||
as a learner and promoted to a voting member only after the etcd data are fully aligned.
|
||||
-->
|
||||
`EtcdLearnerMode`
|
||||
: 当加入一个新的控制平面节点时,会创建一个新的 etcd 成员作为 learner,
|
||||
并且仅在 etcd 数据完全对齐后,才会将其提升为投票成员。
|
||||
|
||||
<!--
|
||||
`IPv6DualStack`
|
||||
: This flag helps to configure components dual stack when the feature is in progress. For more details on Kubernetes
|
||||
|
|
Loading…
Reference in New Issue