-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49168 from my-git9/pp-24834
[zh-cn]sync scheduling-framework kubeadm_upgrade_node_phase_addon names
- Loading branch information
Showing
3 changed files
with
93 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 75 additions & 0 deletions
75
...tup-tools/kubeadm/generated/kubeadm_upgrade/kubeadm_upgrade_node_phase_addon.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!-- | ||
Upgrade the default kubeadm addons | ||
--> | ||
升级默认的 kubeadm 插件 | ||
|
||
<!-- | ||
### Synopsis | ||
--> | ||
### 概要 | ||
|
||
<!-- | ||
Upgrade the default kubeadm addons | ||
--> | ||
升级默认的 kubeadm 插件 | ||
|
||
```shell | ||
kubeadm upgrade node phase addon [flags] | ||
``` | ||
|
||
<!-- | ||
### Options | ||
--> | ||
### 选项 | ||
|
||
<table style="width: 100%; table-layout: fixed;"> | ||
<colgroup> | ||
<col span="1" style="width: 10px;" /> | ||
<col span="1" /> | ||
</colgroup> | ||
<tbody> | ||
|
||
<tr> | ||
<td colspan="2">-h, --help</td> | ||
</tr> | ||
<tr> | ||
<td></td><td style="line-height: 130%; word-wrap: break-word;"> | ||
<!-- | ||
help for addon | ||
--> | ||
<p> | ||
addon 操作的帮助命令。 | ||
</p> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
<!-- | ||
### Options inherited from parent commands | ||
--> | ||
### 从父命令继承的选项 | ||
|
||
<table style="width: 100%; table-layout: fixed;"> | ||
<colgroup> | ||
<col span="1" style="width: 10px;" /> | ||
<col span="1" /> | ||
</colgroup> | ||
<tbody> | ||
|
||
<tr> | ||
<td colspan="2">--rootfs string</td> | ||
</tr> | ||
<tr> | ||
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p> | ||
<!-- | ||
The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. | ||
--> | ||
到“真实”主机根文件系统的路径。设置此参数将导致 kubeadm 切换到所提供的路径。 | ||
</p> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> |