mirror of https://github.com/k3s-io/k3s
Merge pull request #12570 from a-robinson/update-demo
Fix the paths given in the update-demo, which was moved out of examplespull/6/head
commit
fe5bebba29
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue