File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
administer-cluster/kubeadm Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : 升级 kubeadm 集群
33content_type : task
4- weight : 40
4+ weight : 30
55---
66<!--
77reviewers:
88- sig-cluster-lifecycle
99title: Upgrading kubeadm clusters
1010content_type: task
11- weight: 40
11+ weight: 30
1212-->
1313
1414<!-- overview -->
@@ -41,6 +41,14 @@ please refer to following pages instead:
4141- [ 将 kubeadm 集群从 {{< skew currentVersionAddMinor -4 >}} 升级到 {{< skew currentVersionAddMinor -3 >}}] (https://v{{ < skew currentVersionAddMinor -3 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
4242- [ 将 kubeadm 集群从 {{< skew currentVersionAddMinor -5 >}} 升级到 {{< skew currentVersionAddMinor -4 >}}] (https://v{{ < skew currentVersionAddMinor -4 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
4343
44+ <!--
45+ The Kubernetes project recommends upgrading to the latest patch releases promptly, and
46+ to ensure that you are running a supported minor release of Kubernetes.
47+ Following this recommendation helps you to to stay secure.
48+ -->
49+ Kubernetes 项目建议立即升级到最新的补丁版本,并确保你运行的是受支持的 Kubernetes 次要版本。
50+ 遵循此建议可帮助你保持安全。
51+
4452<!--
4553The upgrade workflow at high level is the following:
4654-->
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ GPU vendor. Here are some links to vendors' instructions:
4949作为集群管理员,你要在节点上安装来自对应硬件厂商的 GPU 驱动程序,并运行来自
5050GPU 厂商的对应设备插件。以下是一些厂商说明的链接:
5151
52- * [ AMD] ( https://github.com/RadeonOpenCompute /k8s-device-plugin#deployment )
52+ * [ AMD] ( https://github.com/ROCm /k8s-device-plugin#deployment )
5353* [ Intel] ( https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html )
5454* [ NVIDIA] ( https://github.com/NVIDIA/k8s-device-plugin#quick-start )
5555<!--
You can’t perform that action at this time.
0 commit comments