From 9eca2d9bd7000aed08015911b37f9f6408e1f5b0 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Tue, 19 May 2020 21:55:08 +0300 Subject: [PATCH] Nit: align namespaces output Signed-off-by: ialidzhikov --- .../overview/working-with-objects/namespaces.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index c4415e8a1b..8d6e907afd 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -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: