Skip to content

Commit 7790ca7

Browse files
committed
[zh]sync with en to fix broken links
1 parent 286c1b1 commit 7790ca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/tasks/administer-cluster/cluster-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ If your cluster was deployed using the `kubeadm` tool, refer to
6262
for detailed information on how to upgrade the cluster.
6363
6464
Once you have upgraded the cluster, remember to
65-
[install the latest version of `kubectl`](/docs/tasks/tools/install-kubectl/).
65+
[install the latest version of `kubectl`](/docs/tasks/tools/).
6666
-->
6767
如果你的集群是使用 `kubeadm` 安装工具部署而来,
6868
那么升级群集的详细信息,请参阅
6969
[升级 kubeadm 集群](/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
7070

7171
升级集群之后,要记得
72-
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/install-kubectl/).
72+
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/).
7373

7474
<!-- ### Manual deployments -->
7575
### 手动部署 {#manual-deployments}
@@ -101,15 +101,15 @@ You should manually update the control plane following this sequence:
101101

102102
<!--
103103
At this point you should
104-
[install the latest version of `kubectl`](/docs/tasks/tools/install-kubectl/).
104+
[install the latest version of `kubectl`](/docs/tasks/tools/).
105105
106106
For each node in your cluster, [drain](/docs/tasks/administer-cluster/safely-drain-node/)
107107
that node and then either replace it with a new node that uses the {{< skew latestVersion >}}
108108
kubelet, or upgrade the {{< skew latestVersion >}}
109109
kubelet on that node and bring the node back into service.
110110
-->
111111
现在,你应该
112-
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/install-kubectl/).
112+
[安装最新版本的 `kubectl`](/zh/docs/tasks/tools/).
113113

114114
对于群集中的每个节点,
115115
[排空](/zh/docs/tasks/administer-cluster/safely-drain-node/)

0 commit comments

Comments
 (0)