File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ An _`eksctl`-managed_ cluster can be upgraded in 3 easy steps:
12
12
Please make sure to read this section in full before you proceed.
13
13
14
14
???+ 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
17
17
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 .
20
20
21
21
???+ info
22
22
The old ` eksctl update cluster ` will be deprecated. Use ` eksctl upgrade cluster ` instead.
You can’t perform that action at this time.
0 commit comments