Skip to content

Commit 3f2aaf3

Browse files
authored
Merge pull request #187739 from Nickomang/aks-label-taint-note
Re-added note on label syntax
2 parents db2b337 + e824b4c commit 3f2aaf3

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
@@ -526,6 +526,10 @@ az aks nodepool add \
526526
--labels dept=IT costcenter=9999 \
527527
--no-wait
528528
```
529+
530+
> [!NOTE]
531+
> Labels must be a key/value pair and have a [valid syntax][kubernetes-label-syntax].
532+
529533
The following example output from the [az aks nodepool list][az-aks-nodepool-list] command shows that *labelnp* is *Creating* nodes with the specified *nodeLabels*:
530534

531535
```console

0 commit comments

Comments
 (0)