Fix update-demo references to doc location
It seems docs were moved from kubernetes repo and now live in the website repo. I've updated the update-demo docs to work again with actual references.
This commit is contained in:
parent
e53cf66b4e
commit
bf8b978cc9
|
|
@ -13,11 +13,11 @@ here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch}
|
||||||
|
|
||||||
### Step Zero: Prerequisites
|
### Step Zero: Prerequisites
|
||||||
|
|
||||||
This example assumes that you have forked the repository and [turned up a Kubernetes cluster](/docs/getting-started-guides/):
|
This example assumes that you have forked the docs repository and [turned up a Kubernetes cluster](/docs/getting-started-guides/):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cd kubernetes
|
$ git clone -b {{page.docsbranch}} https://github.com/kubernetes/kubernetes.github.io
|
||||||
$ ./cluster/kube-up.sh
|
$ cd kubernetes.github.io
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step One: Turn up the UX for the demo
|
### Step One: Turn up the UX for the demo
|
||||||
|
|
@ -81,14 +81,7 @@ This first stops the replication controller by turning the target number of repl
|
||||||
|
|
||||||
### Step Six: Cleanup
|
### Step Six: Cleanup
|
||||||
|
|
||||||
To turn down a Kubernetes cluster:
|
After you are done running this demo make sure to kill the proxy running in the background:
|
||||||
|
|
||||||
```shell
|
|
||||||
$ ./cluster/kube-down.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Kill the proxy running in the background:
|
|
||||||
After you are done running this demo make sure to kill it:
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ jobs
|
$ jobs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue