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
|
||||
|
||||
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
|
||||
$ cd kubernetes
|
||||
$ ./cluster/kube-up.sh
|
||||
$ git clone -b {{page.docsbranch}} https://github.com/kubernetes/kubernetes.github.io
|
||||
$ cd kubernetes.github.io
|
||||
```
|
||||
|
||||
### 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
|
||||
|
||||
To turn down a Kubernetes cluster:
|
||||
|
||||
```shell
|
||||
$ ./cluster/kube-down.sh
|
||||
```
|
||||
|
||||
Kill the proxy running in the background:
|
||||
After you are done running this demo make sure to kill it:
|
||||
After you are done running this demo make sure to kill the proxy running in the background:
|
||||
|
||||
```shell
|
||||
$ jobs
|
||||
|
|
|
|||
Loading…
Reference in New Issue