From a9b3ffe64b4bf27485977a0aa04cb6c719ebd2dc Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Mon, 11 Sep 2017 10:46:36 +0800 Subject: [PATCH] fix the command output 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.