File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/en/docs/reference Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,9 @@ Example: `kubernetes.io/metadata.name=mynamespace`
36
36
37
37
Used on: Namespaces
38
38
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 [ ` 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.
43
42
44
43
This is useful if you want to target a specific namespace with a label
45
44
{{< glossary_tooltip text="selector" term_id="selector" >}}.
You can’t perform that action at this time.
0 commit comments