Merge pull request #28922 from chenxuc/link-cluster-upgrade

[zh]sync with en to fix broken links
pull/28926/head
Kubernetes Prow Robot 2021-07-13 07:32:29 -07:00 committed by GitHub
commit 1cee24265b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -62,14 +62,14 @@ If your cluster was deployed using the `kubeadm` tool, refer to
for detailed information on how to upgrade the cluster.
Once you have upgraded the cluster, remember to
[install the latest version of `kubectl`](/docs/tasks/tools/install-kubectl/).
[install the latest version of `kubectl`](/docs/tasks/tools/).
-->
如果你的集群是使用 `kubeadm` 安装工具部署而来,
那么升级群集的详细信息,请参阅
[升级 kubeadm 集群](/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)。
升级集群之后,要记得
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/install-kubectl/).
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/).
<!-- ### Manual deployments -->
### 手动部署 {#manual-deployments}
@ -101,7 +101,7 @@ You should manually update the control plane following this sequence:
<!--
At this point you should
[install the latest version of `kubectl`](/docs/tasks/tools/install-kubectl/).
[install the latest version of `kubectl`](/docs/tasks/tools/).
For each node in your cluster, [drain](/docs/tasks/administer-cluster/safely-drain-node/)
that node and then either replace it with a new node that uses the {{< skew latestVersion >}}
@ -109,7 +109,7 @@ kubelet, or upgrade the {{< skew latestVersion >}}
kubelet on that node and bring the node back into service.
-->
现在,你应该
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/install-kubectl/).
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/).
对于群集中的每个节点,
[排空](/zh/docs/tasks/administer-cluster/safely-drain-node/)