Skip to content

Commit 9eca2d9

Browse files
committed
Nit: align namespaces output
Signed-off-by: ialidzhikov <[email protected]>
1 parent 58811df commit 9eca2d9

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ You can list the current namespaces in a cluster using:
5151
kubectl get namespace
5252
```
5353
```
54-
NAME STATUS AGE
55-
default Active 1d
56-
kube-system Active 1d
57-
kube-public Active 1d
58-
kube-node-lease Active 1d
54+
NAME STATUS AGE
55+
default Active 1d
56+
kube-node-lease Active 1d
57+
kube-public Active 1d
58+
kube-system Active 1d
5959
```
6060

6161
Kubernetes starts with three initial namespaces:

0 commit comments

Comments
 (0)