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