Skip to content

Commit be32452

Browse files
authored
Merge pull request #25909 from jikunbupt/patch-1
Update namespaces.md
2 parents 8593368 + c888beb commit be32452

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Kubernetes starts with four initial namespaces:
104104
* `kube-public` This namespace is created automatically and is readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement.
105105
* `kube-node-lease` This namespace for the lease objects associated with each node which improves the performance of the node heartbeats as the cluster scales.
106106
-->
107-
Kubernetes 会创建三个初始名字空间
107+
Kubernetes 会创建四个初始名字空间
108108

109109
* `default` 没有指明使用其它名字空间的对象所使用的默认名字空间
110110
* `kube-system` Kubernetes 系统创建对象所使用的名字空间

0 commit comments

Comments
 (0)