You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-multiple-node-pools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,8 +242,8 @@ An AKS cluster has two cluster resource objects with Kubernetes versions associa
242
242
243
243
1. Upgrading the control plane requires using `az aks upgrade`
244
244
* 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 you will only upgrade the cluster control plane and none of the associated node pools
246
-
* 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
246
+
*> [!NOTE] The `--control-plane-only` flag is available in **AKS-preview extension v0.4.16** or higher
247
247
1. Upgrading individual node pools requires using `az aks nodepool upgrade`
248
248
* This will upgrade only the target node pool with the specified Kubernetes version
0 commit comments