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 @@ -204,12 +204,12 @@ Upgrading individual node pools requires using `az aks nodepool upgrade`. This u
204
204
205
205
### Validation rules for upgrades
206
206
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.
208
208
209
- * Rules for valid versions to upgrade to :
209
+ * Rules for valid versions to upgrade node pools :
210
210
* 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.
213
213
214
214
* Rules for submitting an upgrade operation:
215
215
* You cannot downgrade the control plane or a node pool Kubernetes version.
You can’t perform that action at this time.
0 commit comments