@@ -62,14 +62,14 @@ If your cluster was deployed using the `kubeadm` tool, refer to
62
62
for detailed information on how to upgrade the cluster.
63
63
64
64
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/).
66
66
-->
67
67
如果你的集群是使用 ` kubeadm ` 安装工具部署而来,
68
68
那么升级群集的详细信息,请参阅
69
69
[ 升级 kubeadm 集群] ( /zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ ) 。
70
70
71
71
升级集群之后,要记得
72
- [ 安装最新版本的 ` kubectl ` ] ( /zh/docs/tasks/tools/install-kubectl/ ) .
72
+ [ 安装最新版本的 ` kubectl ` ] ( /zh/docs/tasks/tools/ ) .
73
73
74
74
<!-- ### Manual deployments -->
75
75
### 手动部署 {#manual-deployments}
@@ -101,15 +101,15 @@ You should manually update the control plane following this sequence:
101
101
102
102
<!--
103
103
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/).
105
105
106
106
For each node in your cluster, [drain](/docs/tasks/administer-cluster/safely-drain-node/)
107
107
that node and then either replace it with a new node that uses the {{< skew latestVersion >}}
108
108
kubelet, or upgrade the {{< skew latestVersion >}}
109
109
kubelet on that node and bring the node back into service.
110
110
-->
111
111
现在,你应该
112
- [ 安装最新版本的 ` kubectl ` ] ( /zh/docs/tasks/tools/install-kubectl/ ) .
112
+ [ 安装最新版本的 ` kubectl ` ] ( /zh/docs/tasks/tools/ ) .
113
113
114
114
对于群集中的每个节点,
115
115
[ 排空] ( /zh/docs/tasks/administer-cluster/safely-drain-node/ )
0 commit comments