Skip to content

Commit 129b15b

Browse files
authored
Merge pull request #30631 from Babapool/fix-metadata
Correcting the docs for label kubernetes.io/metadata.name
2 parents a9a08ac + 2ae0496 commit 129b15b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

3737
Used on: Namespaces
3838

39-
When the `NamespaceDefaultLabelName`
40-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
41-
the Kubernetes API server sets this label on all namespaces. The label value is set to
42-
the name of the namespace.
39+
The Kubernetes API server (part of the {{< 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.
4342

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

0 commit comments

Comments
 (0)