We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58811df commit 9eca2d9Copy full SHA for 9eca2d9
content/en/docs/concepts/overview/working-with-objects/namespaces.md
@@ -51,11 +51,11 @@ You can list the current namespaces in a cluster using:
51
kubectl get namespace
52
```
53
54
-NAME STATUS AGE
55
-default Active 1d
56
-kube-system Active 1d
57
-kube-public Active 1d
58
-kube-node-lease Active 1d
+NAME STATUS AGE
+default Active 1d
+kube-node-lease Active 1d
+kube-public Active 1d
+kube-system Active 1d
59
60
61
Kubernetes starts with three initial namespaces:
0 commit comments