Skip to content

Commit 5eef12a

Browse files
committed
udpate labels with suggestions
1 parent 0de7cfb commit 5eef12a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/aks/use-labels.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
1212

1313
# Use labels in an Azure Kubernetes Service (AKS) cluster
1414

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.
1616

1717
In this how-to guide, you'll learn how to use labels in an AKS cluster.
1818

@@ -109,7 +109,7 @@ kubectl get nodes --show-labels | grep -e "costcenter=6000" -e "dept=ACCT"
109109

110110
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.
111111

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.
113113

114114
Some properties that these system features change aren't available on the virtual nodes, because they require modifying the host.
115115

@@ -147,16 +147,14 @@ Some properties that these system features change aren't available on the virtua
147147

148148
The following list of prefixes are reserved for usage by AKS and can't be used for any node.
149149

150-
| Prefix |
151-
| --- |
152-
| kubernetes.azure.com/ |
153-
| kubernetes.io/ |
150+
* kubernetes.azure.com/
151+
* kubernetes.io/
154152

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].
156154

157155
### Deprecated labels
158156

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.
160158

161159
| Label | Recommended substitute | Maintainer |
162160
| --- | --- | --- |
@@ -186,7 +184,6 @@ Learn more about Kubernetes labels at the [Kubernetes labels documentation][kube
186184
[kubernetes-well-known-labels]: https://kubernetes.io/docs/reference/labels-annotations-taints/
187185
[virtual-kubelet-release]: https://github.com/virtual-kubelet/azure-aci/releases
188186

189-
190187
<!-- LINKS - internal -->
191188
[aks-release-calendar]: ./supported-kubernetes-versions.md#aks-kubernetes-release-calendar
192189
[az-aks-create]: /cli/azure/aks#az-aks-create

0 commit comments

Comments
 (0)