|
1 |
| -<!-- |
2 |
| -The file is auto-generated from the Go source code of the component using a generic |
3 |
| -[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how |
4 |
| -to generate the reference documentation, please read |
5 |
| -[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/). |
6 |
| -To update the reference conent, please follow the |
7 |
| -[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/) |
8 |
| -guide. You can file document formatting bugs against the |
9 |
| -[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project. |
10 |
| ---> |
11 |
| - |
12 |
| -<!-- |
13 |
| -Run all kubelet-finalize phases |
14 |
| ---> |
15 |
| -运行 kubelet-finalize 的所有阶段 |
16 |
| - |
17 |
| -<!-- ### Synopsis --> |
18 |
| -### 概要 |
19 |
| - |
20 |
| - |
21 |
| -<!-- |
22 |
| -Run all kubelet-finalize phases |
23 |
| ---> |
24 |
| -运行 kubelet-finalize 的所有阶段 |
25 |
| - |
26 |
| -``` |
27 |
| -kubeadm init phase kubelet-finalize all [flags] |
28 |
| -``` |
29 |
| - |
30 |
| -<!-- ### Examples --> |
31 |
| -### 示例 |
32 |
| - |
33 |
| -<!-- |
34 |
| -``` |
35 |
| - # Updates settings relevant to the kubelet after TLS bootstrap |
36 |
| - kubeadm init phase kubelet-finalize all --config |
37 |
| -``` |
38 |
| ---> |
39 |
| -``` |
40 |
| - # 在 TLS 引导后更新与 kubelet 相关的设置 |
41 |
| - kubeadm init phase kubelet-finalize all --config |
42 |
| -``` |
43 |
| - |
44 |
| -<!-- ### Options --> |
45 |
| -### 选项 |
46 |
| - |
47 |
| - <table style="width: 100%; table-layout: fixed;"> |
48 |
| -<colgroup> |
49 |
| -<col span="1" style="width: 10px;" /> |
50 |
| -<col span="1" /> |
51 |
| -</colgroup> |
52 |
| -<tbody> |
53 |
| - |
54 |
| -<tr> |
55 |
| -<!-- <td colspan="2">--cert-dir string Default: "/etc/kubernetes/pki"</td> --> |
56 |
| -<td colspan="2">--cert-dir string 默认值: "/etc/kubernetes/pki"</td> |
57 |
| -</tr> |
58 |
| -<tr> |
59 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">The path where to save and store the certificates.</td> --> |
60 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>保存和存储证书的路径。</p></td> |
61 |
| -</tr> |
62 |
| - |
63 |
| -<tr> |
64 |
| -<td colspan="2">--config string</td> |
65 |
| -</tr> |
66 |
| -<tr> |
67 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a kubeadm configuration file.</td> --> |
68 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubeadm 配置文件的路径。</p></td> |
69 |
| -</tr> |
70 |
| - |
71 |
| -<tr> |
72 |
| -<td colspan="2">-h, --help</td> |
73 |
| -</tr> |
74 |
| -<tr> |
75 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">help for all</td> --> |
76 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>all 操作的帮助命令</p></td> |
77 |
| -</tr> |
78 |
| - |
79 |
| -</tbody> |
80 |
| -</table> |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| -<!-- ### Options inherited from parent commands --> |
85 |
| -### 继承于父命令的选项 |
86 |
| - |
87 |
| - <table style="width: 100%; table-layout: fixed;"> |
88 |
| -<colgroup> |
89 |
| -<col span="1" style="width: 10px;" /> |
90 |
| -<col span="1" /> |
91 |
| -</colgroup> |
92 |
| -<tbody> |
93 |
| - |
94 |
| -<tr> |
95 |
| -<td colspan="2">--rootfs string</td> |
96 |
| -</tr> |
97 |
| -<tr> |
98 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">[EXPERIMENTAL] The path to the 'real' host root filesystem.</td> --> |
99 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td> |
100 |
| -</tr> |
101 |
| - |
102 |
| -</tbody> |
103 |
| -</table> |
| 1 | +<!-- |
| 2 | +Run all kubelet-finalize phases |
| 3 | +--> |
| 4 | +运行 kubelet-finalize 的所有阶段 |
| 5 | + |
| 6 | +<!-- |
| 7 | +### Synopsis |
| 8 | +--> |
| 9 | +### 概要 |
| 10 | + |
| 11 | +<!-- |
| 12 | +Run all kubelet-finalize phases |
| 13 | +--> |
| 14 | +运行 kubelet-finalize 的所有阶段 |
| 15 | + |
| 16 | +``` |
| 17 | +kubeadm init phase kubelet-finalize all [flags] |
| 18 | +``` |
| 19 | + |
| 20 | +<!-- |
| 21 | +### Examples |
| 22 | +--> |
| 23 | +### 示例 |
| 24 | + |
| 25 | +<!-- |
| 26 | +``` |
| 27 | + # Updates settings relevant to the kubelet after TLS bootstrap |
| 28 | + kubeadm init phase kubelet-finalize all --config |
| 29 | +``` |
| 30 | +--> |
| 31 | +``` |
| 32 | +# 在 TLS 引导后更新与 kubelet 相关的设置 |
| 33 | +kubeadm init phase kubelet-finalize all --config |
| 34 | +``` |
| 35 | + |
| 36 | +<!-- |
| 37 | +### Options |
| 38 | +--> |
| 39 | +### 选项 |
| 40 | + |
| 41 | +<table style="width: 100%; table-layout: fixed;"> |
| 42 | +<colgroup> |
| 43 | +<col span="1" style="width: 10px;" /> |
| 44 | +<col span="1" /> |
| 45 | +</colgroup> |
| 46 | +<tbody> |
| 47 | + |
| 48 | +<tr> |
| 49 | +<!-- <td colspan="2">--cert-dir string Default: "/etc/kubernetes/pki"</td> --> |
| 50 | +<td colspan="2">--cert-dir string 默认值: "/etc/kubernetes/pki"</td> |
| 51 | +</tr> |
| 52 | +<tr> |
| 53 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">The path where to save and store the certificates.</td> --> |
| 54 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>保存和存储证书的路径。</p></td> |
| 55 | +</tr> |
| 56 | + |
| 57 | +<tr> |
| 58 | +<td colspan="2">--config string</td> |
| 59 | +</tr> |
| 60 | +<tr> |
| 61 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a kubeadm configuration file.</td> --> |
| 62 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubeadm 配置文件的路径。</p></td> |
| 63 | +</tr> |
| 64 | + |
| 65 | +<tr> |
| 66 | +<td colspan="2">-h, --help</td> |
| 67 | +</tr> |
| 68 | +<tr> |
| 69 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">help for all</td> --> |
| 70 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>all 操作的帮助命令</p></td> |
| 71 | +</tr> |
| 72 | + |
| 73 | +</tbody> |
| 74 | +</table> |
| 75 | + |
| 76 | +<!-- |
| 77 | +### Options inherited from parent commands |
| 78 | +--> |
| 79 | +### 继承于父命令的选项 |
| 80 | + |
| 81 | +<table style="width: 100%; table-layout: fixed;"> |
| 82 | +<colgroup> |
| 83 | +<col span="1" style="width: 10px;" /> |
| 84 | +<col span="1" /> |
| 85 | +</colgroup> |
| 86 | +<tbody> |
| 87 | + |
| 88 | +<tr> |
| 89 | +<td colspan="2">--rootfs string</td> |
| 90 | +</tr> |
| 91 | +<tr> |
| 92 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">[EXPERIMENTAL] The path to the 'real' host root filesystem.</td> --> |
| 93 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td> |
| 94 | +</tr> |
| 95 | + |
| 96 | +</tbody> |
| 97 | +</table> |
| 98 | + |
0 commit comments