Skip to content

Commit 66e3a8a

Browse files
authored
Merge pull request #36309 from tengqm/resync-kubeadm-init-pkf
[zh] Convert kubadm-init-phase-kf page to UNIX format
2 parents 01fb35a + 1d0eb1a commit 66e3a8a

File tree

1 file changed

+80
-86
lines changed

1 file changed

+80
-86
lines changed
Lines changed: 80 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,80 @@
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-
Updates settings relevant to the kubelet after TLS bootstrap
14-
-->
15-
TLS 引导后更新与 kubelet 相关的设置
16-
17-
<!-- ### Synopsis -->
18-
### 概要
19-
20-
<!-- Updates settings relevant to the kubelet after TLS bootstrap -->
21-
TLS 引导后更新与 kubelet 相关的设置
22-
23-
```
24-
kubeadm init phase kubelet-finalize [flags]
25-
```
26-
27-
<!-- ### Examples -->
28-
### 示例
29-
30-
<!--
31-
```
32-
# Updates settings relevant to the kubelet after TLS bootstrap
33-
kubeadm init phase kubelet-finalize all --config
34-
```
35-
-->
36-
```
37-
# 在 TLS 引导后更新与 kubelet 相关的设置
38-
kubeadm init phase kubelet-finalize all --config
39-
```
40-
41-
<!-- ### Options -->
42-
### 选项
43-
44-
<table style="width: 100%; table-layout: fixed;">
45-
<colgroup>
46-
<col span="1" style="width: 10px;" />
47-
<col span="1" />
48-
</colgroup>
49-
<tbody>
50-
51-
<tr>
52-
<td colspan="2">-h, --help</td>
53-
</tr>
54-
<tr>
55-
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for kubelet-finalize</p></td> -->
56-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubelet-finalize 操作的帮助命令</p></td>
57-
</tr>
58-
59-
</tbody>
60-
</table>
61-
62-
63-
64-
<!-- ### Options inherited from parent commands -->
65-
### 继承于父命令的选项
66-
67-
<table style="width: 100%; table-layout: fixed;">
68-
<colgroup>
69-
<col span="1" style="width: 10px;" />
70-
<col span="1" />
71-
</colgroup>
72-
<tbody>
73-
74-
<tr>
75-
<td colspan="2">--rootfs string</td>
76-
</tr>
77-
<tr>
78-
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td> -->
79-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
80-
</tr>
81-
82-
</tbody>
83-
</table>
84-
85-
86-
1+
<!--
2+
Updates settings relevant to the kubelet after TLS bootstrap
3+
-->
4+
TLS 引导后更新与 kubelet 相关的设置
5+
6+
<!--
7+
### Synopsis
8+
-->
9+
### 概要
10+
11+
<!-- Updates settings relevant to the kubelet after TLS bootstrap -->
12+
TLS 引导后更新与 kubelet 相关的设置
13+
14+
```
15+
kubeadm init phase kubelet-finalize [flags]
16+
```
17+
18+
<!--
19+
### Examples
20+
-->
21+
### 示例
22+
23+
<!--
24+
```
25+
# Updates settings relevant to the kubelet after TLS bootstrap
26+
kubeadm init phase kubelet-finalize all --config
27+
```
28+
-->
29+
```
30+
# 在 TLS 引导后更新与 kubelet 相关的设置
31+
kubeadm init phase kubelet-finalize all --config
32+
```
33+
34+
<!--
35+
### Options
36+
-->
37+
### 选项
38+
39+
<table style="width: 100%; table-layout: fixed;">
40+
<colgroup>
41+
<col span="1" style="width: 10px;" />
42+
<col span="1" />
43+
</colgroup>
44+
<tbody>
45+
46+
<tr>
47+
<td colspan="2">-h, --help</td>
48+
</tr>
49+
<tr>
50+
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for kubelet-finalize</p></td> -->
51+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubelet-finalize 操作的帮助命令</p></td>
52+
</tr>
53+
54+
</tbody>
55+
</table>
56+
57+
58+
<!--
59+
### Options inherited from parent commands
60+
-->
61+
### 继承于父命令的选项
62+
63+
<table style="width: 100%; table-layout: fixed;">
64+
<colgroup>
65+
<col span="1" style="width: 10px;" />
66+
<col span="1" />
67+
</colgroup>
68+
<tbody>
69+
70+
<tr>
71+
<td colspan="2">--rootfs string</td>
72+
</tr>
73+
<tr>
74+
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td> -->
75+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
76+
</tr>
77+
78+
</tbody>
79+
</table>
80+

0 commit comments

Comments
 (0)