Skip to content

Commit 30350f6

Browse files
authored
Merge pull request #49250 from my-git9/np-29934
[zh-cn]sync kubeadm_upgrade_node_phase_kubelet-config
2 parents 5a53fcc + 0a0c7b0 commit 30350f6

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Upgrade the kubelet configuration for this node
99
### 概要
1010

1111
<!--
12-
Download the kubelet configuration from the kubelet-config ConfigMap stored in the cluster
12+
Upgrade the kubelet configuration for this node by downloading it from the kubelet-config ConfigMap stored in the cluster
1313
-->
14-
从集群中 ConfigMap kubelet-config 下载 kubelet 配置
14+
从集群中的 `kubelet-config` ConfigMap 下载以升级该节点的 kubelet 配置
1515

16-
```
16+
```shell
1717
kubeadm upgrade node phase kubelet-config [flags]
1818
```
1919

@@ -29,6 +29,19 @@ kubeadm upgrade node phase kubelet-config [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></td>
43+
</tr>
44+
3245
<tr>
3346
<td colspan="2">--dry-run</td>
3447
</tr>

0 commit comments

Comments
 (0)