Merge pull request #30631 from Babapool/fix-metadata

Correcting the docs for label kubernetes.io/metadata.name
This commit is contained in:
Kubernetes Prow Robot
2021-11-26 01:04:52 -08:00
committed by GitHub
@@ -36,10 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace`
Used on: Namespaces Used on: Namespaces
When the `NamespaceDefaultLabelName` The Kubernetes API server (part of the {{< glossary_tooltip text="control plane" term_id="control-plane" >}})
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled, sets this label on all namespaces. The label value is set
the Kubernetes API server sets this label on all namespaces. The label value is set to to the name of the namespace. You can't change this label's value.
the name of the namespace.
This is useful if you want to target a specific namespace with a label This is useful if you want to target a specific namespace with a label
{{< glossary_tooltip text="selector" term_id="selector" >}}. {{< glossary_tooltip text="selector" term_id="selector" >}}.