Fix example validation

This commit is contained in:
Qiming Teng
2017-12-04 14:30:52 +08:00
parent 0b9fd9a718
commit 8d6ea37aa9
30 changed files with 283 additions and 430 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ $ kubectl create -f docs/admin/namespaces/namespace-dev.json
And then let's create the production namespace using kubectl.
```shell
$ kubectl create -f docs/admin/namespaces/namespace-prod.json
$ kubectl create -f docs/tasks/administer-cluster/namespace-prod.json
```
To be sure things are right, list all of the namespaces in our cluster.