From 2862054aa0dc054ce49af4036f957ea5926e7075 Mon Sep 17 00:00:00 2001 From: FOWind Date: Sat, 5 Mar 2022 14:41:40 +0000 Subject: [PATCH] [zh]fix namespaces-walkthrough, title format error --- .../zh/docs/tasks/administer-cluster/namespaces-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md b/content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md index 3d0e911688..c28a918db0 100644 --- a/content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md +++ b/content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md @@ -68,7 +68,7 @@ This example assumes the following: By default, a Kubernetes cluster will instantiate a default namespace when provisioning the cluster to hold the default set of Pods, Services, and Deployments used by the cluster. --> -1. 理解默认名字空间 +## 理解默认名字空间 默认情况下,Kubernetes 集群会在配置集群时实例化一个默认名字空间,用以存放集群所使用的默认 Pod、Service 和 Deployment 集合。