Merge pull request #49250 from my-git9/np-29934

[zh-cn]sync kubeadm_upgrade_node_phase_kubelet-config
pull/49273/head
Kubernetes Prow Robot 2025-01-02 03:10:14 +01:00 committed by GitHub
commit 30350f69b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 3 deletions

View File

@ -9,11 +9,11 @@ Upgrade the kubelet configuration for this node
### 概要
<!--
Download the kubelet configuration from the kubelet-config ConfigMap stored in the cluster
Upgrade the kubelet configuration for this node by downloading it from the kubelet-config ConfigMap stored in the cluster
-->
从集群中 ConfigMap kubelet-config 下载 kubelet 配置。
从集群中`kubelet-config` ConfigMap 下载以升级该节点的 kubelet 配置
```
```shell
kubeadm upgrade node phase kubelet-config [flags]
```
@ -29,6 +29,19 @@ kubeadm upgrade node phase kubelet-config [flags]
</colgroup>
<tbody>
<tr>
<td colspan="2">--config string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<p>
<!--
Path to a kubeadm configuration file.
-->
kubeadm 配置文件的路径。
</p></td>
</tr>
<tr>
<td colspan="2">--dry-run</td>
</tr>