File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
content/en/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,10 @@ kubectl api-resources --namespaced=false
147
147
148
148
## Automatic labelling
149
149
150
- {{< feature-state for_k8s_version="1.22" state="stable" >}}
150
+ {{< feature-state for_k8s_version="1.22" state="stable" for_k8s_version="1.23" state="removed" >}}
151
151
152
152
The Kubernetes control plane sets an immutable {{< glossary_tooltip text="label" term_id="label" >}}
153
- ` kubernetes.io/metadata.name ` on all namespaces, provided that the ` NamespaceDefaultLabelName `
154
- [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) is enabled.
155
- The value of the label is the namespace name.
153
+ ` kubernetes.io/metadata.name ` on all namespaces, containing the namespace name.
156
154
157
155
158
156
## {{% heading "whatsnext" %}}
You can’t perform that action at this time.
0 commit comments