Merge pull request #1247 from samos123/update-demo-fixes

Fix update documentation reference to doc location
This commit is contained in:
devin-donnelly
2016-09-26 13:23:58 -07:00
committed by GitHub
+4 -11
View File
@@ -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