Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZH-trans: fix "kubead -config" -> "kubeadm-config" #12319

Merged
merged 2 commits into from
Jan 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you initialized your cluster using a v1.7.x or lower kubeadm client and used
same config file before upgrading to v1.8 using 'kubeadm upgrade'.
-->

该配置位于 "kubead -config" ConfigMap 中的 "kube-system" 名称空间中
该配置位于 "kube-system" 名称空间中的名为 "kubeadm-config" 的 ConfigMap 中
<!--
The configuration is located in the "kube-system" namespace in the "kubeadm-config" ConfigMap.
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you initialized your cluster using a v1.7.x or lower kubeadm client and used
same config file before upgrading to v1.8 using 'kubeadm upgrade'.
-->

该配置位于 "kubead -config" ConfigMap 中的 "kube-system" 命名空间中
该配置位于 "kube-system" 名称空间中的名为 "kubeadm-config" 的 ConfigMap 中
<!--
The configuration is located in the "kube-system" namespace in the "kubeadm-config" ConfigMap.
-->
Expand Down Expand Up @@ -85,8 +85,7 @@ kubeadm config upload from-file [flags]
<td colspan="2">--apiserver-cert-extra-sans stringSlice</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><td></td><td style="line-height: 130%; word-wrap: break-word;">用于 API 服务器服务证书的可选额外主题替代名称(SANs)。
可以是 IP 地址和 DNS 名称。</td></td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">用于 API 服务器服务证书的可选额外主题替代名称(SANs)。可以是 IP 地址和 DNS 名称。</td></td>
</tr>

<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ View the kubeadm configuration stored inside the cluster.

使用此命令,可以查看 kubeadm 配置的集群中的 ConfigMap。

该配置位于 "kubead -config" ConfigMap 中的 "kube-system" 命名空间中
该配置位于 "kube-system" 名称空间中的名为 "kubeadm-config" 的 ConfigMap 中

<!--
Using this command, you can view the ConfigMap in the cluster where the configuration for kubeadm is located.
Expand Down