Merge pull request #21069 from ialidzhikov/nit/align-ns

Nit: align namespaces output
pull/21076/head
Kubernetes Prow Robot 2020-05-19 14:52:20 -07:00 committed by GitHub
commit e0c6633cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -51,11 +51,11 @@ You can list the current namespaces in a cluster using:
kubectl get namespace
```
```
NAME STATUS AGE
default Active 1d
kube-system Active 1d
kube-public Active 1d
kube-node-lease Active 1d
NAME STATUS AGE
default Active 1d
kube-node-lease Active 1d
kube-public Active 1d
kube-system Active 1d
```
Kubernetes starts with three initial namespaces: