File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ weight: 350
8
8
This page provides an overview of the steps you should follow to upgrade a
9
9
Kubernetes cluster.
10
10
11
+ The Kubernetes project recommends upgrading to the latest patch releases promptly, and
12
+ to ensure that you are running a supported minor release of Kubernetes.
13
+ Following this recommendation helps you to to stay secure.
14
+
11
15
The way that you upgrade a cluster depends on how you initially deployed it
12
16
and on any subsequent changes.
13
17
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/)
14
14
This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related
15
15
to kubeadm certificate management.
16
16
17
+ The Kubernetes project recommends upgrading to the latest patch releases promptly, and
18
+ to ensure that you are running a supported minor release of Kubernetes.
19
+ Following this recommendation helps you to to stay secure.
20
+
21
+
17
22
## {{% heading "prerequisites" %}}
18
23
19
24
@@ -165,10 +170,6 @@ if you don't have specific requirements on certificate renewal and perform Kuber
165
170
upgrades regularly (less than 1 year in between each upgrade), kubeadm will take care of keeping
166
171
your cluster up to date and reasonably secure.
167
172
168
- {{< note >}}
169
- It is a best practice to upgrade your cluster frequently in order to stay secure.
170
- {{< /note >}}
171
-
172
173
If you have more complex requirements for certificate renewal, you can opt out from the default
173
174
behavior by passing ` --certificate-renewal=false` to `kubeadm upgrade apply` or to `kubeadm
174
175
upgrade node`.
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ please refer to following pages instead:
21
21
- [ Upgrading a kubeadm cluster from {{< skew currentVersionAddMinor -4 >}} to {{< skew currentVersionAddMinor -3 >}}] (https://v{{ < skew currentVersionAddMinor -3 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
22
22
- [ Upgrading a kubeadm cluster from {{< skew currentVersionAddMinor -5 >}} to {{< skew currentVersionAddMinor -4 >}}] (https://v{{ < skew currentVersionAddMinor -4 "-" >}}.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
23
23
24
+ The Kubernetes project recommends upgrading to the latest patch releases promptly, and
25
+ to ensure that you are running a supported minor release of Kubernetes.
26
+ Following this recommendation helps you to to stay secure.
27
+
24
28
The upgrade workflow at high level is the following:
25
29
26
30
1 . Upgrade a primary control plane node.
You can’t perform that action at this time.
0 commit comments