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 1
1
---
2
2
title : 升级 kubeadm 集群
3
3
content_type : task
4
- weight : 40
4
+ weight : 30
5
5
---
6
6
<!--
7
7
reviewers:
8
8
- sig-cluster-lifecycle
9
9
title: Upgrading kubeadm clusters
10
10
content_type: task
11
- weight: 40
11
+ weight: 30
12
12
-->
13
13
14
14
<!-- overview -->
@@ -41,6 +41,14 @@ please refer to following pages instead:
41
41
- [ 将 kubeadm 集群从 {{< skew currentVersionAddMinor -4 >}} 升级到 {{< skew currentVersionAddMinor -3 >}}] (https://v{{ < skew currentVersionAddMinor -3 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
42
42
- [ 将 kubeadm 集群从 {{< skew currentVersionAddMinor -5 >}} 升级到 {{< skew currentVersionAddMinor -4 >}}] (https://v{{ < skew currentVersionAddMinor -4 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
43
43
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
+
44
52
<!--
45
53
The upgrade workflow at high level is the following:
46
54
-->
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ GPU vendor. Here are some links to vendors' instructions:
49
49
作为集群管理员,你要在节点上安装来自对应硬件厂商的 GPU 驱动程序,并运行来自
50
50
GPU 厂商的对应设备插件。以下是一些厂商说明的链接:
51
51
52
- * [ AMD] ( https://github.com/RadeonOpenCompute /k8s-device-plugin#deployment )
52
+ * [ AMD] ( https://github.com/ROCm /k8s-device-plugin#deployment )
53
53
* [ Intel] ( https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html )
54
54
* [ NVIDIA] ( https://github.com/NVIDIA/k8s-device-plugin#quick-start )
55
55
<!--
You can’t perform that action at this time.
0 commit comments