Skip to content

Commit 381f2cc

Browse files
author
KKtheGhost
committed
[zh] sync concepts/overview/working-with-objects/namespaces.md
1 parent aa2afe0 commit 381f2cc

File tree

1 file changed

+2
-4
lines changed
  • content/zh-cn/docs/concepts/overview/working-with-objects

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,11 @@ kubectl api-resources --namespaced=false
273273

274274
<!--
275275
The Kubernetes control plane sets an immutable {{< glossary_tooltip text="label" term_id="label" >}}
276-
`kubernetes.io/metadata.name` on all namespaces, provided that the `NamespaceDefaultLabelName`
277-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled.
276+
`kubernetes.io/metadata.name` on all namespaces.
278277
The value of the label is the namespace name.
279278
-->
280279
Kubernetes 控制面会为所有名字空间设置一个不可变更的{{< glossary_tooltip text="标签" term_id="label" >}}
281-
`kubernetes.io/metadata.name`,只要 `NamespaceDefaultLabelName`
282-
这一[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)被启用。
280+
`kubernetes.io/metadata.name`
283281
标签的值是名字空间的名称。
284282

285283
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)