Skip to content

Commit 99c21d5

Browse files
authored
Merge pull request #108447 from zr-msft/zr-aks-1679889-rm-preview-ext
[AKS] removed preview extension for node pool labels and tags
2 parents 5a72a0d + ab9239f commit 99c21d5

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to create and manage multiple node pools in an AKS cl
1818

1919
## Before you begin
2020

21-
You need the Azure CLI version 2.0.76 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
21+
You need the Azure CLI version 2.2.0 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2222

2323
## Limitations
2424

@@ -497,17 +497,6 @@ $ az aks nodepool list -g myResourceGroup --cluster-name myAKSCluster
497497

498498
The taint information is visible in Kubernetes for handling scheduling rules for nodes.
499499

500-
> [!IMPORTANT]
501-
> To use node pool labels and tags, you need the *aks-preview* CLI extension version 0.4.35 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:
502-
>
503-
> ```azurecli-interactive
504-
> # Install the aks-preview extension
505-
> az extension add --name aks-preview
506-
>
507-
> # Update the extension to make sure you have the latest version installed
508-
> az extension update --name aks-preview
509-
> ```
510-
511500
You can also add labels to a node pool during node pool creation. Labels set at the node pool are added to each node in the node pool. These [labels are visible in Kubernetes][kubernetes-labels] for handling scheduling rules for nodes.
512501

513502
To create a node pool with a label, use [az aks nodepool add][az-aks-nodepool-add]. Specify the name *labelnp* and use the `--labels` parameter to specify *dept=IT* and *costcenter=9999* for labels.

0 commit comments

Comments
 (0)