Skip to content

Commit 7adb15d

Browse files
authored
Merge pull request #41798 from rayowang/fixdocs
fix: unclear documentation on NamespaceDefaultLabelName feature gate
2 parents 1f05da1 + 10e1564 commit 7adb15d

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

152152
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.
153+
`kubernetes.io/metadata.name` on all namespaces.
155154
The value of the label is the namespace name.
156155

157156

0 commit comments

Comments
 (0)