From 51104cb1fc0605d1800a79303a16ddb0b04f0f90 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 12 Sep 2017 00:00:38 +0800 Subject: [PATCH] fix the command output (#5380) fix the command output --- docs/tasks/administer-cluster/namespaces.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tasks/administer-cluster/namespaces.md b/docs/tasks/administer-cluster/namespaces.md index eee6e75e4666f..c59da6b8903fc 100644 --- a/docs/tasks/administer-cluster/namespaces.md +++ b/docs/tasks/administer-cluster/namespaces.md @@ -42,9 +42,10 @@ Or you can get detailed information with: ```shell $ kubectl describe namespaces -Name: default -Labels: -Status: Active +Name: default +Labels: +Annotations: +Status: Active No resource quota.