Skip to content

Commit b8e55ff

Browse files
author
Justin
committed
add naming limitation for np
1 parent e03be3f commit b8e55ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following limitations apply when you create and manage AKS clusters that sup
7575
* You can't delete the default (first) node pool.
7676
* The HTTP application routing add-on can't be used.
7777
* You can't add or delete node pools using an existing Resource Manager template as with most operations. Instead, [use a separate Resource Manager template](#manage-node-pools-using-a-resource-manager-template) to make changes to node pools in an AKS cluster.
78+
* The name of a node pool must start with a lowercase letter and can only contain alphanumeric characters. For Linux node pools the length must be between 1 and 12 characters, for Windows node pools the length must be between 1 and 6 characters.
7879

7980
While this feature is in preview, the following additional limitations apply:
8081

@@ -127,6 +128,9 @@ az aks nodepool add \
127128
--kubernetes-version 1.12.7
128129
```
129130

131+
> [!NOTE]
132+
> The name of a node pool must start with a lowercase letter and can only contain alphanumeric characters. For Linux node pools the length must be between 1 and 12 characters, for Windows node pools the length must be between 1 and 6 characters.
133+
130134
To see the status of your node pools, use the [az aks node pool list][az-aks-nodepool-list] command and specify your resource group and cluster name:
131135

132136
```azurecli-interactive

0 commit comments

Comments
 (0)