Skip to content

Commit ed8706b

Browse files
author
Justin
committed
fix
1 parent 3e45933 commit ed8706b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ An AKS cluster has two cluster resource objects with Kubernetes versions associa
242242

243243
1. Upgrading the control plane requires using `az aks upgrade`
244244
* This will upgrade the control plane version and all node pools in the cluster
245-
* By passing `az aks upgrade` with the `--control-plane-only` flag only the cluster control plane will be upgraded and none of the associated node pools will be changed
246-
* > [!NOTE] The `--control-plane-only` flag is available in **AKS-preview extension v0.4.16** or higher
245+
* By passing `az aks upgrade` with the `--control-plane-only` flag only the cluster control plane will be upgraded and none of the associated node pools will be changed. The `--control-plane-only` flag is available in **AKS-preview extension v0.4.16** or higher.
247246
1. Upgrading individual node pools requires using `az aks nodepool upgrade`
248247
* This will upgrade only the target node pool with the specified Kubernetes version
249248

0 commit comments

Comments
 (0)