Skip to content

Commit a9b3ffe

Browse files
author
chenhuan12
authored
fix the command output
fix the command output
1 parent 4a55e28 commit a9b3ffe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/tasks/administer-cluster/namespaces.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ Or you can get detailed information with:
4242

4343
```shell
4444
$ kubectl describe namespaces <name>
45-
Name: default
46-
Labels: <none>
47-
Status: Active
45+
Name: default
46+
Labels: <none>
47+
Annotations: <none>
48+
Status: Active
4849

4950
No resource quota.
5051

0 commit comments

Comments
 (0)