1- <!--
2- [EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
3- -->
4- [ 实验] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
5-
61<!--
72### Synopsis
83-->
94### 概要
105
116<!--
12- [EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
7+ Download certificates shared among control-plane nodes from the kubeadm-certs Secret
138-->
14- [ 实验 ] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
9+ 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
1510
16- ```
11+ ``` shell
1712kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [flags]
1813```
1914
@@ -22,7 +17,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
2217-->
2318### 选项
2419
25- <table style =" width : 100% ; table-layout : fixed ;" >
20+ <table style =" width : 100% ; table-layout : fixed ;" >
2621<colgroup >
2722<col span =" 1 " style =" width : 10px ;" />
2823<col span =" 1 " />
@@ -49,10 +44,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
4944</tr >
5045<tr >
5146<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
47+ <p >
5248<!--
53- <p> Path to a kubeadm configuration file.</p>
49+ Path to a kubeadm configuration file.
5450-->
55- <p >kubeadm 配置文件的路径。</p >
51+ kubeadm 配置文件的路径。
52+ </p >
5653</td >
5754</tr >
5855
@@ -61,10 +58,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
6158</tr >
6259<tr >
6360<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
61+ <p >
6462<!--
65- <p> Create a new control plane instance on this node</p>
63+ Create a new control plane instance on this node
6664-->
67- <p >在此节点上创建一个新的控制平面实例。</p >
65+ 在此节点上创建一个新的控制平面实例。
66+ </p >
6867</td >
6968</tr >
7069
@@ -73,10 +72,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
7372</tr >
7473<tr >
7574<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
75+ <p >
7676<!--
77- <p> For file-based discovery, a file or URL from which to load cluster information.</p>
77+ For file-based discovery, a file or URL from which to load cluster information.
7878-->
79- <p >对于基于文件的发现,给出用于加载集群信息的文件或者 URL。</p >
79+ 对于基于文件的发现,给出用于加载集群信息的文件或者 URL。
80+ </p >
8081</td >
8182</tr >
8283
@@ -85,10 +86,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
8586</tr >
8687<tr >
8788<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
89+ <p >
8890<!--
89- <p> For token-based discovery, the token used to validate cluster information fetched from the API server.</p>
91+ For token-based discovery, the token used to validate cluster information fetched from the API server.
9092-->
91- <p >对于基于令牌的发现,该令牌用于验证从 API 服务器获取的集群信息。</p >
93+ 对于基于令牌的发现,该令牌用于验证从 API 服务器获取的集群信息。
94+ </p >
9295</td >
9396</tr >
9497
@@ -97,10 +100,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
97100</tr >
98101<tr >
99102<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
103+ <p >
100104<!--
101- <p> For token-based discovery, validate that the root CA public key matches this hash (format: "<type>:<value>").</p>
105+ For token-based discovery, validate that the root CA public key matches this hash (format: "<type>:<value>").
102106-->
103- <p >对于基于令牌的发现,请验证根 CA 公钥是否匹配此哈希值(格式:"< ; type> ; :< ; value> ; ")。</p >
107+ 对于基于令牌的发现,请验证根 CA 公钥是否匹配此哈希值(格式:"< ; type> ; :< ; value> ; ")。
108+ </p >
104109</td >
105110</tr >
106111
@@ -109,10 +114,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
109114</tr >
110115<tr >
111116<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
117+ <p >
112118<!--
113- <p> For token-based discovery, allow joining without --discovery-token-ca-cert-hash pinning.</p>
119+ For token-based discovery, allow joining without --discovery-token-ca-cert-hash pinning.
114120-->
115- <p >对于基于令牌的发现,允许在未关联 --discovery-token-ca-cert-hash 参数的情况下添加节点。</p >
121+ 对于基于令牌的发现,允许在未关联 --discovery-token-ca-cert-hash 参数的情况下添加节点。
122+ </p >
116123</td >
117124</tr >
118125
@@ -121,10 +128,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
121128</tr >
122129<tr >
123130<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
131+ <p >
124132<!--
125- <p> Don't apply any changes; just output what would be done.</p>
133+ Don't apply any changes; just output what would be done.
126134-->
127- <p >不做任何更改;只输出将要执行的操作。</p >
135+ 不做任何更改;只输出将要执行的操作。
136+ </p >
128137</td >
129138</tr >
130139
@@ -133,34 +142,42 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
133142</tr >
134143<tr >
135144<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
145+ <p >
136146<!--
137- <p> help for download-certs</p>
147+ help for download-certs
138148-->
139- <p >download-certs 操作的帮助命令。</p >
149+ download-certs 操作的帮助命令。
150+ </p >
140151</td >
141152</tr >
142153
143154<tr >
144155<td colspan =" 2 " >--tls-bootstrap-token string</td >
145156</tr >
146157<tr >
147- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
158+ <td ></td >
159+ <td style =" line-height : 130% ; word-wrap : break-word ;" >
160+ <p >
148161<!--
149- <p> Specify the token used to temporarily authenticate with the Kubernetes Control Plane while joining the node.</p>
162+ Specify the token used to temporarily authenticate with the Kubernetes Control Plane while joining the node.
150163-->
151- <p >指定在加入节点时用于临时通过 Kubernetes 控制平面进行身份验证的令牌。</p >
164+ 指定在加入节点时用于临时通过 Kubernetes 控制平面进行身份验证的令牌。
165+ </p >
152166</td >
153167</tr >
154168
155169<tr >
156170<td colspan =" 2 " >--token string</td >
157171</tr >
158172<tr >
159- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
173+ <td ></td >
174+ <td style =" line-height : 130% ; word-wrap : break-word ;" >
175+ <p >
160176<!--
161- <p> Use this token for both discovery-token and tls-bootstrap-token when those values are not provided.</p>
177+ Use this token for both discovery-token and tls-bootstrap-token when those values are not provided.
162178-->
163- <p >如果未提供这些值,则将它们用于 discovery-token 令牌和 tls-bootstrap 令牌。</p >
179+ 如果未提供这些值,则将它们用于 discovery-token 令牌和 tls-bootstrap 令牌。
180+ </p >
164181</td >
165182</tr >
166183
@@ -172,7 +189,7 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
172189-->
173190### 从父命令中继承的选项
174191
175- <table style =" width : 100% ; table-layout : fixed ;" >
192+ <table style =" width : 100% ; table-layout : fixed ;" >
176193<colgroup >
177194<col span =" 1 " style =" width : 10px ;" />
178195<col span =" 1 " />
@@ -184,10 +201,12 @@ Use this key to decrypt the certificate secrets uploaded by init. The certificat
184201</tr >
185202<tr >
186203<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
204+ <p >
187205<!--
188- <p> [EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
206+ [EXPERIMENTAL] The path to the 'real' host root filesystem.
189207-->
190- <p >[实验] 指向 '真实' 宿主机根文件系统的路径。</p >
208+ [ 实验] 指向 '真实' 宿主机根文件系统的路径。
209+ </p >
191210</td >
192211</tr >
193212
0 commit comments