Skip to content

Commit fec2272

Browse files
authored
Merge pull request #41104 from my-git9/namespaces
[zh-cn] sync working-with-objects/namespaces.md
2 parents 7e7c69a + 7fb0322 commit fec2272

File tree

1 file changed

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

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ weight: 45
1616
<!-- overview -->
1717

1818
<!--
19-
In Kubernetes, _namespaces_ provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc)_.
19+
In Kubernetes, _namespaces_ provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced {{< glossary_tooltip text="objects" term_id="object" >}} _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc)_.
2020
-->
21-
在 Kubernetes 中,**名字空间(Namespace)** 提供一种机制,将同一集群中的资源划分为相互隔离的组。
21+
在 Kubernetes 中,**名字空间(Namespace)**提供一种机制,将同一集群中的资源划分为相互隔离的组。
2222
同一名字空间内的资源名称要唯一,但跨名字空间时没有这个要求。
23-
名字空间作用域仅针对带有名字空间的对象,例如 Deployment、Service 等,
24-
这种作用域对集群访问的对象不适用,例如 StorageClass、Node、PersistentVolume 等。
23+
名字空间作用域仅针对带有名字空间的{{< glossary_tooltip text="对象" term_id="object" >}},
24+
(例如 Deployment、Service 等),这种作用域对集群范围的对象
25+
(例如 StorageClass、Node、PersistentVolume 等)不适用。
2526

2627
<!-- body -->
2728

0 commit comments

Comments
 (0)