File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
content/zh-cn/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 @@ -273,13 +273,11 @@ kubectl api-resources --namespaced=false
273
273
274
274
<!--
275
275
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.
278
277
The value of the label is the namespace name.
279
278
-->
280
279
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 ` 。
283
281
标签的值是名字空间的名称。
284
282
285
283
## {{% heading "whatsnext" %}}
You can’t perform that action at this time.
0 commit comments