Merge pull request #49117 from my-git9/pp-110
[zh-cn]sync kubeadm_upgrade_apply_phase_upload-config_allpull/49017/head^2
commit
ce8a338661
|
@ -0,0 +1,123 @@
|
||||||
|
<!--
|
||||||
|
Upload all the configurations to ConfigMaps
|
||||||
|
-->
|
||||||
|
将所有配置上传到 ConfigMap
|
||||||
|
|
||||||
|
<!--
|
||||||
|
### Synopsis
|
||||||
|
-->
|
||||||
|
### 概要
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Upload all the configurations to ConfigMaps
|
||||||
|
-->
|
||||||
|
将所有配置上传到 ConfigMap
|
||||||
|
|
||||||
|
```shell
|
||||||
|
kubeadm upgrade apply phase upload-config all [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">--config string</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
|
<!--
|
||||||
|
Path to a kubeadm configuration file.
|
||||||
|
-->
|
||||||
|
<p>
|
||||||
|
kubeadm 配置文件的路径。
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">--dry-run</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
|
<p>
|
||||||
|
<!--
|
||||||
|
Do not change any state, just output the actions that would be performed.
|
||||||
|
-->
|
||||||
|
不改变任何状态,只输出将要执行的操作。
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">-h, --help</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
|
<!--
|
||||||
|
help for all
|
||||||
|
-->
|
||||||
|
<p>
|
||||||
|
all 操作的帮助命令。
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<!--
|
||||||
|
--kubeconfig string Default: "/etc/kubernetes/admin.conf"
|
||||||
|
-->
|
||||||
|
--kubeconfig string 默认值: "/etc/kubernetes/admin.conf"
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
|
<p>
|
||||||
|
<!--
|
||||||
|
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
|
||||||
|
-->
|
||||||
|
用于和集群通信的 KubeConfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 KubeConfig 文件。
|
||||||
|
</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>
|
Loading…
Reference in New Issue