Skip to content

Commit eb7b3c4

Browse files
authored
Merge pull request #35574 from shannonxtreme/recommend-patch-version
Add recommendation to use most recent patch versions of minors
2 parents 4762c8d + dcf80b2 commit eb7b3c4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/en/releases/version-skew-policy.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,19 @@ Example:
103103
The supported version skew between components has implications on the order in which components must be upgraded.
104104
This section describes the order in which components must be upgraded to transition an existing cluster from version **{{< skew currentVersionAddMinor -1 >}}** to version **{{< skew currentVersion >}}**.
105105

106+
Optionally, when preparing to upgrade, the Kubernetes project recommends that
107+
you do the following to benefit from as many regression and bug fixes as
108+
possible during your upgrade:
109+
110+
* Ensure that components are on the most recent patch version of your current
111+
minor version.
112+
* Upgrade components to the most recent patch version of the target minor
113+
version.
114+
115+
For example, if you're running version {{<skew currentVersionAddMinor -1>}},
116+
ensure that you're on the most recent patch version. Then, upgrade to the most
117+
recent patch version of {{<skew currentVersion>}}.
118+
106119
### kube-apiserver
107120

108121
Pre-requisites:

0 commit comments

Comments
 (0)