Skip to content

Commit 2292b90

Browse files
authored
Merge pull request #7994 from larvacea/main
Documentation: correct version drift limits in cluster-upgrade.md
2 parents 7da79c5 + 311f65e commit 2292b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

userdocs/src/usage/cluster-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ An _`eksctl`-managed_ cluster can be upgraded in 3 easy steps:
1212
Please make sure to read this section in full before you proceed.
1313

1414
???+ info
15-
Kubernetes supports version drift of up-to two minor versions during upgrade
16-
process. So nodes can be up to two minor versions ahead or behind the control plane
15+
Kubernetes supports version drift of up to two minor versions during the upgrade
16+
process. Nodes can be up to two minor versions behind, but never ahead of the control plane
1717
version. You can only upgrade the control plane one minor version at a time, but
18-
nodes can be upgraded more than one minor version at a time, provided the nodes stay
19-
within two minor versions of the control plane.
18+
nodes can be upgraded more than one minor version at a time, provided their version
19+
does not become greater than the control plane version.
2020

2121
???+ info
2222
The old `eksctl update cluster` will be deprecated. Use `eksctl upgrade cluster` instead.

0 commit comments

Comments
 (0)