Skip to content

Commit 9ad87ea

Browse files
committed
[zh] Sync kubeadm_upgrade_apply_phase_upload-config.md
1 parent 89b915b commit 9ad87ea

File tree

3 files changed

+108
-0
lines changed

3 files changed

+108
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
2+
<!--
3+
Upload the kubeadm and kubelet configurations to ConfigMaps
4+
-->
5+
将 kubeadm 和 kubelet 配置上传到 ConfigMap。
6+
7+
<!--
8+
### Synopsis
9+
10+
Upload the kubeadm and kubelet configurations to ConfigMaps
11+
-->
12+
### 概要
13+
14+
将 kubeadm 和 kubelet 配置上传到 ConfigMap。
15+
16+
```shell
17+
kubeadm upgrade apply phase upload-config [flags]
18+
```
19+
20+
<!--
21+
### Options
22+
-->
23+
### 选项
24+
25+
<table style="width: 100%; table-layout: fixed;">
26+
<colgroup>
27+
<col span="1" style="width: 10px;" />
28+
<col span="1" />
29+
</colgroup>
30+
<tbody>
31+
32+
<tr>
33+
<td colspan="2">-h, --help</td>
34+
</tr>
35+
36+
<tr>
37+
<td></td>
38+
<td style="line-height: 130%; word-wrap: break-word;">
39+
<p>
40+
<!--
41+
help for upload-config
42+
-->
43+
upload-config 操作的帮助命令。
44+
</p>
45+
</td>
46+
</tr>
47+
48+
</tbody>
49+
</table>
50+
51+
<!--
52+
### Options inherited from parent commands
53+
-->
54+
### 从父命令继承的选项
55+
56+
<table style="width: 100%; table-layout: fixed;">
57+
<colgroup>
58+
<col span="1" style="width: 10px;" />
59+
<col span="1" />
60+
</colgroup>
61+
<tbody>
62+
63+
<tr>
64+
<td colspan="2">--rootfs string</td>
65+
</tr>
66+
67+
<tr>
68+
<td></td>
69+
<td style="line-height: 130%; word-wrap: break-word;">
70+
<p>
71+
<!--
72+
The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.
73+
-->
74+
“真实”主机根文件系统的路径。设置此参数将导致 kubeadm 切换到所提供的路径。
75+
</p>
76+
</td>
77+
</tr>
78+
79+
</tbody>
80+
</table>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade/kubeadm_upgrade_node_phase_control-plane.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ Perform the renewal of certificates used by component changed during upgrades.
4343
</td>
4444
</tr>
4545

46+
<tr>
47+
<td colspan="2">--config string</td>
48+
</tr>
49+
<tr>
50+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
51+
<p>
52+
<!--
53+
Path to a kubeadm configuration file.
54+
-->
55+
kubeadm 配置文件的路径。
56+
</p>
57+
</td>
58+
</tr>
59+
4660
<tr>
4761
<td colspan="2">--dry-run</td>
4862
</tr>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade/kubeadm_upgrade_node_phase_preflight.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ kubeadm upgrade node phase preflight [flags]
2929
</colgroup>
3030
<tbody>
3131

32+
<tr>
33+
<td colspan="2">--config string</td>
34+
</tr>
35+
<tr>
36+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
37+
<p>
38+
<!--
39+
Path to a kubeadm configuration file.
40+
-->
41+
kubeadm 配置文件的路径。
42+
</p>
43+
</td>
44+
</tr>
45+
3246
<tr>
3347
<td colspan="2">-h, --help</td>
3448
</tr>

0 commit comments

Comments
 (0)