Skip to content

Commit e61d149

Browse files
authored
Merge pull request #28499 from chenxuc/zh-namespace
[zh]Add synonym for namespace
2 parents 1850ddc + 6df48ce commit e61d149

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ These virtual clusters are called namespaces.
2121
-->
2222
Kubernetes 支持多个虚拟集群,它们底层依赖于同一个物理集群。
2323
这些虚拟集群被称为名字空间。
24+
在一些文档里名字空间也称为命名空间。
2425

2526
<!-- body -->
2627

content/zh/docs/reference/glossary/namespace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Namespaces are used to organize objects in a cluster and provide a way to divide
3939
-->
4040

4141
名字空间用来组织集群中对象,并为集群资源划分提供了一种方法。同一名字空间内的资源名称必须唯一,但跨名字空间时不作要求。
42+
在一些文档里名字空间也称为命名空间。

0 commit comments

Comments
 (0)