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-labels.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
12
12
13
13
# Use labels in an Azure Kubernetes Service (AKS) cluster
14
14
15
-
If you have multiple node pools, you may want to add a label during node pool creation. These [labels are visible in Kubernetes][kubernetes-labels] for handling scheduling rules for nodes. You can add labels to a node pool anytime, and they will be set on all nodes in the node pool.
15
+
If you have multiple node pools, you may want to add a label during node pool creation. [These labels][kubernetes-labels] are visible in Kubernetes for handling scheduling rules for nodes. You can add labels to a node pool anytime, and they'll be set on all nodes in the node pool.
16
16
17
17
In this how-to guide, you'll learn how to use labels in an AKS cluster.
Since the [2021-08-19 AKS release][aks-release-2021-gh], Azure Kubernetes Service (AKS) has stopped the ability to make changes to AKS reserved labels. Attempting to change these labels will result in an error message.
111
111
112
-
The following lists of labels are reserved for use by AKS. *Virtual node usage* specifies if these labels could be a supported system feature on virtual nodes.
112
+
The following labels are reserved for use by AKS. *Virtual node usage* specifies if these labels could be a supported system feature on virtual nodes.
113
113
114
114
Some properties that these system features change aren't available on the virtual nodes, because they require modifying the host.
115
115
@@ -147,16 +147,14 @@ Some properties that these system features change aren't available on the virtua
147
147
148
148
The following list of prefixes are reserved for usage by AKS and can't be used for any node.
149
149
150
-
| Prefix |
151
-
| --- |
152
-
| kubernetes.azure.com/ |
153
-
| kubernetes.io/ |
150
+
* kubernetes.azure.com/
151
+
* kubernetes.io/
154
152
155
-
For additional reserved prefixes, see [Kubernetes well-known labels, annotations, and taints][kubernetes-well-known-labels]
153
+
For additional reserved prefixes, see [Kubernetes well-known labels, annotations, and taints][kubernetes-well-known-labels].
156
154
157
155
### Deprecated labels
158
156
159
-
The following lists of labels are planned for deprecated with the release of [Kubernetes v1.24][aks-release-calendar]. Customers should change any label references to the recommended substitute.
157
+
The following labels are planned for deprecation with the release of [Kubernetes v1.24][aks-release-calendar]. Customers should change any label references to the recommended substitute.
160
158
161
159
| Label | Recommended substitute | Maintainer |
162
160
| --- | --- | --- |
@@ -186,7 +184,6 @@ Learn more about Kubernetes labels at the [Kubernetes labels documentation][kube
0 commit comments