Skip to content

Commit d287886

Browse files
rayowangTim Bannister
andauthored
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 23ea8a1 commit d287886

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+2
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ kubectl api-resources --namespaced=false
150150
{{< feature-state for_k8s_version="1.22" state="stable" for_k8s_version="1.23" state="removed" >}}
151151

152152
The Kubernetes control plane sets an immutable {{< glossary_tooltip text="label" term_id="label" >}}
153-
`kubernetes.io/metadata.name` on all namespaces, containing the namespace name.
153+
`kubernetes.io/metadata.name` on all namespaces.
154+
The value of the label is the namespace name.
154155

155156

156157
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)