Skip to content

Commit 82c3a07

Browse files
committed
Incorporated the suggested feedback
1 parent 1f34679 commit 82c3a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/labels-annotations-taints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace`
3636

3737
Used on: Namespaces
3838

39-
The [`Control Plane`](https://kubernetes.io/docs/concepts/overview/components/)
40-
sets this label on all namespaces. It is **mandatory** to `set a label`
41-
on all the namespaces. The label value is set to the name of the namespace.
39+
The Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}}
40+
sets this label on all namespaces. The label value is set
41+
to the name of the namespace. You can't change this label's value.
4242

4343
This is useful if you want to target a specific namespace with a label
4444
{{< glossary_tooltip text="selector" term_id="selector" >}}.

0 commit comments

Comments
 (0)