From 3355f284cf4263212de2fc15f1d262c030d40f87 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Tue, 22 Mar 2022 22:20:38 +0800 Subject: [PATCH] [zh] Modify short_description about namespace Signed-off-by: xin.li --- content/en/docs/reference/glossary/namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/namespace.md b/content/en/docs/reference/glossary/namespace.md index 33a97d90a1..02381c4ee6 100644 --- a/content/en/docs/reference/glossary/namespace.md +++ b/content/en/docs/reference/glossary/namespace.md @@ -4,7 +4,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: