From 7d4f3c5587007a1222763319849eec6ce36d261d Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 26 May 2017 10:24:58 +0800 Subject: [PATCH] fix the command output fix the command output --- docs/concepts/overview/working-with-objects/namespaces.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/overview/working-with-objects/namespaces.md b/docs/concepts/overview/working-with-objects/namespaces.md index 1939d410ea..74af64b7e8 100644 --- a/docs/concepts/overview/working-with-objects/namespaces.md +++ b/docs/concepts/overview/working-with-objects/namespaces.md @@ -41,9 +41,9 @@ You can list the current namespaces in a cluster using: ```shell $ kubectl get namespaces -NAME LABELS STATUS -default Active -kube-system Active +NAME STATUS AGE +default Active 1d +kube-system Active 1d ``` Kubernetes starts with two initial namespaces: