Skip to content

Commit 6e5c6d2

Browse files
authored
Merge pull request #41450 from KKtheGhost/fix/zh-cn_namespace_md_lint
[zh] fix markdown lint error in website/content/zh-cn/docs/concepts/o…
2 parents 4cfbb0a + 06cc9f1 commit 6e5c6d2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 45
1818
<!--
1919
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
同一名字空间内的资源名称要唯一,但跨名字空间时没有这个要求。
2323
名字空间作用域仅针对带有名字空间的{{< glossary_tooltip text="对象" term_id="object" >}},
2424
(例如 Deployment、Service 等),这种作用域对集群范围的对象

0 commit comments

Comments
 (0)