[zh] Fix markdown lint error in website/content/zh-cn/docs/concepts/overview/working-with-objects/namespaces.md

pull/41450/head
Fang, Wei 2023-06-04 19:09:28 +08:00
parent 5113c907cf
commit 06cc9f1975
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ weight: 45
<!--
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)_.
-->
在 Kubernetes 中,**名字空间Namespace**提供一种机制,将同一集群中的资源划分为相互隔离的组。
在 Kubernetes 中,**名字空间Namespace** 提供一种机制,将同一集群中的资源划分为相互隔离的组。
同一名字空间内的资源名称要唯一,但跨名字空间时没有这个要求。
名字空间作用域仅针对带有名字空间的{{< glossary_tooltip text="对象" term_id="object" >}}
(例如 Deployment、Service 等),这种作用域对集群范围的对象