From 1f34679e9f7feb486a66763495d16fa82f89b64d Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Thu, 25 Nov 2021 12:29:18 +0530 Subject: [PATCH] Correcting the docs for label kubernetes.io/metadata.name --- content/en/docs/reference/labels-annotations-taints.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints.md b/content/en/docs/reference/labels-annotations-taints.md index 07e6d19426..25decbed37 100644 --- a/content/en/docs/reference/labels-annotations-taints.md +++ b/content/en/docs/reference/labels-annotations-taints.md @@ -36,10 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace` Used on: Namespaces -When the `NamespaceDefaultLabelName` -[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled, -the Kubernetes API server sets this label on all namespaces. The label value is set to -the name of the namespace. +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. This is useful if you want to target a specific namespace with a label {{< glossary_tooltip text="selector" term_id="selector" >}}.