Skip to content

Commit 8f28267

Browse files
authored
Merge pull request #36307 from tengqm/resync-kubeadm-certs
[zh] Convert kubeadm_certs from DOS to UNIX format
2 parents ddde47e + 835a52c commit 8f28267

File tree

1 file changed

+62
-73
lines changed

1 file changed

+62
-73
lines changed
Lines changed: 62 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,62 @@
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-
Commands related to handling kubernetes certificates
14-
-->
15-
处理 Kubernetes 证书的相关命令
16-
17-
<!--
18-
### Synopsis
19-
-->
20-
### 概要
21-
22-
<!--
23-
Commands related to handling kubernetes certificates
24-
-->
25-
处理 Kubernetes 证书相关的命令
26-
27-
<!--
28-
### Options
29-
-->
30-
### 选项
31-
32-
<table style="width: 100%; table-layout: fixed;">
33-
<colgroup>
34-
<col span="1" style="width: 10px;" />
35-
<col span="1" />
36-
</colgroup>
37-
<tbody>
38-
39-
<tr>
40-
<td colspan="2">-h, --help</td>
41-
</tr>
42-
<tr>
43-
<!-- td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for certs</p></td -->
44-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><!-- help for certs--><p>certs 命令的帮助</p></td>
45-
</tr>
46-
47-
</tbody>
48-
</table>
49-
50-
<!--
51-
### Options inherited from parent commands
52-
-->
53-
### 继承于父命令的选项
54-
55-
<table style="width: 100%; table-layout: fixed;">
56-
<colgroup>
57-
<col span="1" style="width: 10px;" />
58-
<col span="1" />
59-
</colgroup>
60-
<tbody>
61-
62-
<tr>
63-
<td colspan="2">--rootfs string</td>
64-
</tr>
65-
<tr>
66-
<!-- td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td -->
67-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
68-
</tr>
69-
70-
</tbody>
71-
</table>
72-
73-
1+
<!--
2+
Commands related to handling kubernetes certificates
3+
-->
4+
处理 Kubernetes 证书的相关命令
5+
6+
<!--
7+
### Synopsis
8+
-->
9+
### 概要
10+
11+
<!--
12+
Commands related to handling kubernetes certificates
13+
-->
14+
处理 Kubernetes 证书相关的命令
15+
16+
<!--
17+
### Options
18+
-->
19+
### 选项
20+
21+
<table style="width: 100%; table-layout: fixed;">
22+
<colgroup>
23+
<col span="1" style="width: 10px;" />
24+
<col span="1" />
25+
</colgroup>
26+
<tbody>
27+
28+
<tr>
29+
<td colspan="2">-h, --help</td>
30+
</tr>
31+
<tr>
32+
<!-- td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for certs</p></td -->
33+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><!-- help for certs--><p>certs 命令的帮助</p></td>
34+
</tr>
35+
36+
</tbody>
37+
</table>
38+
39+
<!--
40+
### Options inherited from parent commands
41+
-->
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">--rootfs string</td>
53+
</tr>
54+
<tr>
55+
<!-- td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td -->
56+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
57+
</tr>
58+
59+
</tbody>
60+
</table>
61+
62+

0 commit comments

Comments
 (0)