remove see also and close issue (#19032)

This commit is contained in:
chentanjun 2020-02-08 20:25:52 +08:00 committed by GitHub
parent 865400ca63
commit 61a72d1f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 115 additions and 128 deletions

View File

@ -1,128 +1,115 @@
<!-- <!--
### Synopsis ### Synopsis
--> -->
### 概要 ### 概要
<!-- <!--
Upload kubelet configuration extracted from the kubeadm InitConfiguration object to a ConfigMap of the form kubelet-config-1.X in the cluster, where X is the minor version of the current (API Server) Kubernetes version. Upload kubelet configuration extracted from the kubeadm InitConfiguration object to a ConfigMap of the form kubelet-config-1.X in the cluster, where X is the minor version of the current (API Server) Kubernetes version.
--> -->
将从 kubeadm InitConfiguration 对象提取的 kubelet 配置上传到集群中 kubelet-config-1.X 形式的 ConfigMap其中 X 是当前API 服务器Kubernetes 版本的次要版本。 将从 kubeadm InitConfiguration 对象提取的 kubelet 配置上传到集群中 kubelet-config-1.X 形式的 ConfigMap其中 X 是当前API 服务器Kubernetes 版本的次要版本。
``` ```
kubeadm init phase upload-config kubelet [flags] kubeadm init phase upload-config kubelet [flags]
``` ```
<!-- <!--
### Examples ### Examples
--> -->
### 示例 ### 示例
<!-- <!--
``` ```
# Upload the kubelet configuration from the kubeadm Config file to a ConfigMap in the cluster. # Upload the kubelet configuration from the kubeadm Config file to a ConfigMap in the cluster.
kubeadm init phase upload-config kubelet --config kubeadm.yaml kubeadm init phase upload-config kubelet --config kubeadm.yaml
``` ```
--> -->
``` ```
# 将 kubelet 配置从 kubeadm 配置文件上传到集群中的 ConfigMap。 # 将 kubelet 配置从 kubeadm 配置文件上传到集群中的 ConfigMap。
kubeadm init phase upload-config kubelet --config kubeadm.yaml kubeadm init phase upload-config kubelet --config kubeadm.yaml
``` ```
<!-- <!--
### Options ### Options
--> -->
### 选项 ### 选项
<table style="width: 100%; table-layout: fixed;"> <table style="width: 100%; table-layout: fixed;">
<colgroup> <colgroup>
<col span="1" style="width: 10px;" /> <col span="1" style="width: 10px;" />
<col span="1" /> <col span="1" />
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<td colspan="2">--config string</td> <td colspan="2">--config string</td>
</tr> </tr>
<tr> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"> <td></td><td style="line-height: 130%; word-wrap: break-word;">
<!-- <!--
Path to a kubeadm configuration file. Path to a kubeadm configuration file.
--> -->
到 kubeadm 配置文件的路径。 到 kubeadm 配置文件的路径。
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2">-h, --help</td> <td colspan="2">-h, --help</td>
</tr> </tr>
<tr> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"> <td></td><td style="line-height: 130%; word-wrap: break-word;">
<!-- <!--
help for kubelet help for kubelet
--> -->
kubelet 操作的帮助命令 kubelet 操作的帮助命令
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<!-- <!--
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf" --kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"
--> -->
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"/etc/kubernetes/admin.conf"</td> --kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"/etc/kubernetes/admin.conf"</td>
</tr> </tr>
<tr> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"> <td></td><td style="line-height: 130%; word-wrap: break-word;">
<!-- <!--
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. 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 文件。如果未设置该标签,则可以通过一组标准路径来寻找已有的 kubeconfig 文件。 与集群通信时使用的 kubeconfig 文件。如果未设置该标签,则可以通过一组标准路径来寻找已有的 kubeconfig 文件。
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- <!--
### Options inherited from parent commands ### Options inherited from parent commands
--> -->
### 从父命令继承的选项 ### 从父命令继承的选项
<table style="width: 100%; table-layout: fixed;"> <table style="width: 100%; table-layout: fixed;">
<colgroup> <colgroup>
<col span="1" style="width: 10px;" /> <col span="1" style="width: 10px;" />
<col span="1" /> <col span="1" />
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
<td colspan="2">--rootfs string</td> <td colspan="2">--rootfs string</td>
</tr> </tr>
<tr> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"> <td></td><td style="line-height: 130%; word-wrap: break-word;">
<!-- <!--
[EXPERIMENTAL] The path to the 'real' host root filesystem. [EXPERIMENTAL] The path to the 'real' host root filesystem.
--> -->
[实验] 到 '真实' 主机根文件系统的路径。 [实验] 到 '真实' 主机根文件系统的路径。
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!--
SEE ALSO
-->
查看其他
<!--
* [kubeadm init phase upload-config](kubeadm_init_phase_upload-config.md) - Upload the kubeadm and kubelet configuration to a ConfigMap
-->
* [kubeadm init phase upload-config](kubeadm_init_phase_upload-config.md) - 将 kubeadm 和 kubelet 配置上传到 ConfigMap