Skip to content

Commit 3c1d7a9

Browse files
authored
Auto-Upgrade: cannot upgrade only control-plane
Clarify that when using Auto-Upgrade, it is not possible to upgrade only the control plane.
1 parent 9e32f58 commit 3c1d7a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/auto-upgrade-cluster.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ If you’re using Planned Maintenance and Auto-Upgrade, your upgrade will start
6161
6262
For more information on Planned Maintenance, see [Use Planned Maintenance to schedule maintenance windows for your Azure Kubernetes Service (AKS) cluster][planned-maintenance].
6363

64+
## Auto upgrade limitations
65+
66+
If you’re using Auto-Upgrade you cannot anymore upgrade the control plane first, and then upgrade the individual node pools. Auto-Upgrade will always upgrade the control plane and the node pools together. In Auto-Upgrade there is no concept of upgrading the control plane only, and trying to run the command `az aks upgrade --control-plane-only` will raise the error: `NotAllAgentPoolOrchestratorVersionSpecifiedAndUnchanged: Using managed cluster api, all Agent pools' OrchestratorVersion must be all specified or all unspecified. If all specified, they must be stay unchanged or the same with control plane.`
67+
6468
## Best practices for auto-upgrade
6569

6670
The following best practices will help maximize your success when using auto-upgrade:

0 commit comments

Comments
 (0)