Skip to content

Commit 8fd99e9

Browse files
author
Justin
committed
add v ext number
1 parent 208dfe8 commit 8fd99e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You need the Azure CLI version 2.0.61 or later installed and configured. Run `az
3131

3232
### Install aks-preview CLI extension
3333

34-
To use multiple node pools, you need the *aks-preview* CLI extension version 0.4.12 or higher. Install the *aks-preview* Azure CLI extension using the [az extension add][az-extension-add] command, then check for any available updates using the [az extension update][az-extension-update] command::
34+
To use multiple node pools, you need the *aks-preview* CLI extension version 0.4.16 or higher. Install the *aks-preview* Azure CLI extension using the [az extension add][az-extension-add] command, then check for any available updates using the [az extension update][az-extension-update] command::
3535

3636
```azurecli-interactive
3737
# Install the aks-preview extension
@@ -241,8 +241,9 @@ As a best practice, you should upgrade all node pools in an AKS cluster to the s
241241
An AKS cluster has two cluster resource objects with Kubernetes versions associated. The first is a control plane Kubernetes version. The second is an agent pool with a Kubernetes version. A control plane maps to one or many node pools. The behavior of an upgrade operation depends on which Azure CLI command is used.
242242

243243
1. Upgrading the control plane requires using `az aks upgrade`
244-
* This will upgrade the control plane version and all node pools in the cluster unless you pass the `--control-plane-only` flag
245-
* By passing `az aks upgrade` with the `--control-plane-only` you will only upgrade the cluster control plane and none of the associated node pools
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
246247
1. Upgrading individual node pools requires using `az aks nodepool upgrade`
247248
* This will upgrade only the target node pool with the specified Kubernetes version
248249

0 commit comments

Comments
 (0)