Ensure all docs and examples in user guide are reachable

This commit is contained in:
Janet Kuo
2015-07-15 17:28:59 -07:00
parent 55e9356bf3
commit b0c68c4b81
30 changed files with 77 additions and 47 deletions

View File

@@ -88,13 +88,13 @@ Use the file [`namespace-dev.json`](namespace-dev.json) which describes a develo
Create the development namespace using kubectl.
```shell
$ kubectl create -f docs/user-guide/kubernetes-namespaces/namespace-dev.json
$ kubectl create -f docs/user-guide/namespaces/namespace-dev.json
```
And then lets create the production namespace using kubectl.
```shell
$ kubectl create -f docs/user-guide/kubernetes-namespaces/namespace-prod.json
$ kubectl create -f docs/user-guide/namespaces/namespace-prod.json
```
To be sure things are right, let's list all of the namespaces in our cluster.