Merge pull request #12570 from a-robinson/update-demo

Fix the paths given in the update-demo, which was moved out of examples
pull/6/head
Piotr Szczesniak 2015-08-12 09:26:58 +02:00
commit fe5bebba29
1 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ Kubernetes repository. Otherwise you will get "404 page not found" errors as the
[here](../../../docs/user-guide/kubectl/kubectl_proxy.md).
```console
$ kubectl proxy --www=examples/update-demo/local/ &
$ kubectl proxy --www=docs/user-guide/update-demo/local/ &
I0218 15:18:31.623279 67480 proxy.go:36] Starting to serve on localhost:8001
```
@ -143,10 +143,10 @@ If you want to build your own docker images, you can set `$DOCKER_HUB_USER` to y
```console
$ export DOCKER_HUB_USER=my-docker-id
$ ./examples/update-demo/build-images.sh
$ ./docs/user-guide/update-demo/build-images.sh
```
To use your custom docker image in the above examples, you will need to change the image name in `examples/update-demo/nautilus-rc.yaml` and `examples/update-demo/kitten-rc.yaml`.
To use your custom docker image in the above examples, you will need to change the image name in `docs/user-guide/update-demo/nautilus-rc.yaml` and `docs/user-guide/update-demo/kitten-rc.yaml`.
### Image Copyright