From 82c3a0785d940fbd82fc5a07a14b1193cf985451 Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Thu, 25 Nov 2021 14:47:29 +0530 Subject: [PATCH] Incorporated the suggested feedback --- content/en/docs/reference/labels-annotations-taints.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints.md b/content/en/docs/reference/labels-annotations-taints.md index 25decbed37..75d84c700f 100644 --- a/content/en/docs/reference/labels-annotations-taints.md +++ b/content/en/docs/reference/labels-annotations-taints.md @@ -36,9 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace` Used on: Namespaces -The [`Control Plane`](https://kubernetes.io/docs/concepts/overview/components/) -sets this label on all namespaces. It is **mandatory** to `set a label` -on all the namespaces. The label value is set to the name of the namespace. +The Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} +sets this label on all namespaces. The label value is set +to the name of the namespace. You can't change this label's value. This is useful if you want to target a specific namespace with a label {{< glossary_tooltip text="selector" term_id="selector" >}}.