Skip to content

Commit 6bb185e

Browse files
authored
Merge pull request #46305 from my-git9/pt-10369
[zh-cn]sync kubeadm_init_phase_upload-certs kubeadm_join_phase_control-plane-prepare_all
2 parents bfea01a + 2a76b40 commit 6bb185e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ kubeadm init phase upload-certs [flags]
3636
<td></td><td style="line-height: 130%; word-wrap: break-word;">
3737
<!--
3838
Key used to encrypt the control-plane certificates in the kubeadm-certs Secret.
39+
The certificate key is a hex encoded string that is an AES key of size 32 bytes.
3940
-->
4041
<p>
4142
用于加密 kubeadm-certs Secret 中的控制平面证书的密钥。
43+
证书密钥是十六进制编码的字符串,是大小为 32 字节的 AES 密钥。
4244
</p>
4345
</td>
4446
</tr>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_all.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ If the node should host a new control plane instance, the port for the API Serve
6969
<td></td><td style="line-height: 130%; word-wrap: break-word;">
7070
<!--
7171
Use this key to decrypt the certificate secrets uploaded by init.
72+
The certificate key is a hex encoded string that is an AES key of size 32 bytes.
7273
-->
7374
<p>
7475
使用此密钥解密由 init 上传的证书 Secret。
76+
证书密钥是十六进制编码的字符串,是大小为 32 字节的 AES 密钥。
7577
</p>
7678
</td>
7779
</tr>

0 commit comments

Comments
 (0)