File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,13 @@ kubeadm join phase preflight --config kubeadm-config.yaml
74
74
</tr >
75
75
<tr >
76
76
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
77
+ <p >
77
78
<!--
78
- <p> Use this key to decrypt the certificate secrets uploaded by init.</p>
79
+ Use this key to decrypt the certificate secrets uploaded by init. The certificate key is a hex encoded string that is an AES key of size 32 bytes.
79
80
-->
80
- <p >使用此密钥可以解密由 `init` 操作上传的证书 Secret。</p >
81
+ 使用此密钥可以解密由 ` init ` 操作上传的证书 Secret。
82
+ 证书密钥为十六进制编码的字符串,是大小为 32 字节的 AES 密钥。
83
+ </p >
81
84
</td >
82
85
</tr >
83
86
Original file line number Diff line number Diff line change @@ -125,17 +125,19 @@ Perform the upgrade of etcd.
125
125
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
126
126
<!--
127
127
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
128
- EtcdLearnerMode=true|false (ALPHA - default=false )<br/>
129
- PublicKeysECDSA=true|false (ALPHA - default=false)<br/>
128
+ EtcdLearnerMode=true|false (BETA - default=true )<br/>
129
+ PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>
130
130
RootlessControlPlane=true|false (ALPHA - default=false)<br/>
131
- UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - default=false)
131
+ UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - default=false)<br/>
132
+ WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)
132
133
-->
133
134
<p >
134
135
一组键值对,用于描述各种功能。选项包括:<br />
135
136
EtcdLearnerMode=true|false (ALPHA - 默认值=false)<br />
136
- PublicKeysECDSA=true|false (ALPHA - 默认值=false )<br />
137
- RootlessControlPlane=true|false (ALPHA - 默认值=false)<br />
137
+ PublicKeysECDSA=true|false (BETA - 默认值=true )<br />
138
+ RootlessControlPlane=true|false (DEPRECATED - 默认值=false)<br />
138
139
UpgradeAddonsBeforeControlPlane=true|false (DEPRECATED - 默认值=false)
140
+ WaitForAllControlPlaneComponents=true|false (ALPHA - 默认值=false)
139
141
</p >
140
142
</td >
141
143
</tr >
You can’t perform that action at this time.
0 commit comments