Skip to content

Commit a3b7a28

Browse files
committed
added note on canonical limitation
1 parent 209ea5a commit a3b7a28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/aks/auto-upgrade-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ AKS follows a strict versioning window with regard to supportability. With prope
2727

2828
If you’re using cluster auto-upgrade, you can no longer upgrade the control plane first and then upgrade the individual node pools. Cluster auto-upgrade will always upgrade the control plane and the node pools together. There is no ability 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.`
2929

30+
If using the `node-image` cluster auto-upgrade channel or the `NodeImage` node image auto-upgrade channel, unattended upgrades from Canonical will be disabled by default.
31+
3032
## Using cluster auto-upgrade
3133

3234
Automatically completed upgrades are functionally the same as manual upgrades. The timing of upgrades is determined by the selected channel. When making changes to auto-upgrade, allow 24 hours for the changes to take effect.

articles/aks/auto-upgrade-node-image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ When the status reflects *Registered*, refresh the registration of the *Microsof
4646
az provider register --namespace Microsoft.ContainerService
4747
```
4848

49+
## Limitation
50+
51+
If using the `node-image` cluster auto-upgrade channel or the `NodeImage` node image auto-upgrade channel, unattended upgrades from Canonical will be disabled by default.
52+
4953
## Using node OS auto-upgrade
5054

5155
Automatically completed upgrades are functionally the same as manual upgrades. The timing of upgrades is determined by the selected channel. When making changes to auto-upgrade, allow 24 hours for the changes to take effect. By default, a cluster's node OS auto-upgrade channel is set to `Unmanaged`.

0 commit comments

Comments
 (0)