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-tags.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
@@ -38,6 +38,7 @@ It's a good idea to understand what happens when you set and update Azure tags w
38
38
When you create or update an AKS cluster with the `--tags` parameter, the following are assigned the Azure tags that you've specified:
39
39
40
40
* The AKS cluster
41
+
* The node resource group
41
42
* The route table that's associated with the cluster
42
43
* The public IP that's associated with the cluster
43
44
* The load balancer that's associated with the cluster
@@ -54,7 +55,7 @@ When you create or update an AKS cluster with the `--tags` parameter, the follow
54
55
To create a cluster and assign Azure tags, run `az aks create` with the `--tags` parameter, as shown in the following command. Running the command creates a *myAKSCluster* in the *myResourceGroup* with the tags *dept=IT* and *costcenter=9999*.
55
56
56
57
> [!NOTE]
57
-
> To set tags on the initial node pool, the node resource group, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
58
+
> To set tags on the initial node pool, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
58
59
59
60
```azurecli-interactive
60
61
az aks create \
@@ -111,7 +112,6 @@ You can apply an Azure tag to a new or existing node pool in your AKS cluster. T
111
112
When you create or update a node pool with the `--tags` parameter, the tags that you specify are assigned to the following resources:
112
113
113
114
* The node pool
114
-
* The node resource group
115
115
* The virtual machine scale set and each virtual machine scale set instance that's associated with the node pool
116
116
117
117
To create a node pool with an Azure tag, run `az aks nodepool add` with the `--tags` parameter. Running the following command creates a *tagnodepool* node pool with the tags *abtest=a* and *costcenter=5555* in the *myAKSCluster*.
0 commit comments