Skip to content

Commit 8714323

Browse files
authored
Merge pull request #46150 from my-git9/pt-27277
[zh-cn]sync kubeadm_init_phase_addon_all kubeadm_init_phase_certs_apiserver-kubelet-client
2 parents d3fd73c + 322f143 commit 8714323

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,18 @@ Don't apply any changes; just output what would be done.
111111
<td></td><td style="line-height: 130%; word-wrap: break-word;">
112112
<!--
113113
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
114-
EtcdLearnerMode=true|false (ALPHA - default=false)<br/>
115-
PublicKeysECDSA=true|false (ALPHA - default=false)<br/>
114+
EtcdLearnerMode=true|false (BETA - default=true)<br/>
115+
PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>
116116
RootlessControlPlane=true|false (ALPHA - default=false)<br/>
117-
UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - default=false)
117+
UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - default=false)<br/>
118+
WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)
118119
-->
119120
一组键值对(key=value),描述了各种特征。选项包括:<br/>
120-
EtcdLearnerMode=true|false (ALPHA - 默认值=false)<br/>
121-
PublicKeysECDSA=true|false (ALPHA - 默认值=false)<br/>
121+
EtcdLearnerMode=true|false (BETA - 默认值=true)<br/>
122+
PublicKeysECDSA=true|false (DEPRECATED - 默认值=false)<br/>
122123
RootlessControlPlane=true|false (ALPHA - 默认值=false)<br/>
123-
UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - 默认值=false)
124+
UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - 默认值=false)<br/>
125+
WaitForAllControlPlaneComponents=true|false (ALPHA - 默认值=false)
124126
</td>
125127
</tr>
126128

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_apiserver-kubelet-client.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ If both files already exist, kubeadm skips the generation step and existing file
1818
-->
1919
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
2020

21-
<!--
22-
Alpha Disclaimer: this command is currently alpha.
23-
-->
24-
Alpha 免责声明:此命令目前处于 Alpha 阶段。
25-
2621
```
2722
kubeadm init phase certs apiserver-kubelet-client [flags]
2823
```

0 commit comments

Comments
 (0)