Skip to content

Commit 9c1565e

Browse files
authored
Merge pull request #96820 from jluk/master
fix upgrade err
2 parents e6863c7 + f616681 commit 9c1565e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ Upgrading individual node pools requires using `az aks nodepool upgrade`. This u
204204

205205
### Validation rules for upgrades
206206

207-
The valid upgrades for Kubernetes versions held by a cluster's control plane or node pools are validated by the following sets of rules.
207+
The valid Kubernetes upgrades for a cluster's control plane and node pools are validated by the following sets of rules.
208208

209-
* Rules for valid versions to upgrade to:
209+
* Rules for valid versions to upgrade node pools:
210210
* The node pool version must have the same *major* version as the control plane.
211-
* The node pool version may be two *minor* versions less than the control plane version.
212-
* The node pool version may be two *patch* versions less than the control plane version.
211+
* The node pool *minor* version must be within two *minor* versions of the control plane version.
212+
* The node pool version cannot be greater than the control `major.minor.patch` version.
213213

214214
* Rules for submitting an upgrade operation:
215215
* You cannot downgrade the control plane or a node pool Kubernetes version.

0 commit comments

Comments
 (0)