From f4ddeb7247cef8de723c458f9c1075010781eb9d Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Wed, 23 Mar 2022 16:22:46 +0800 Subject: [PATCH] [zh] Update namespace.md Signed-off-by: xin.li --- content/zh/docs/reference/glossary/namespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/reference/glossary/namespace.md b/content/zh/docs/reference/glossary/namespace.md index 6ef350412c..5934d748fe 100644 --- a/content/zh/docs/reference/glossary/namespace.md +++ b/content/zh/docs/reference/glossary/namespace.md @@ -4,7 +4,7 @@ id: namespace date: 2018-04-12 full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/ short_description: > - 名字空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。 + 名字空间是 Kubernetes 用来支持隔离单个集群中的资源组的一种抽象。 aka: tags: @@ -18,7 +18,7 @@ id: namespace date: 2018-04-12 full_link: /docs/concepts/overview/working-with-objects/namespaces/ short_description: > - An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster. + An abstraction used by Kubernetes to support isolation of groups of resources within a single cluster. aka: tags: