Commit b7caedee authored by Quinton Hoole's avatar Quinton Hoole

Merge pull request #8836 from kprobst/master

Remove old command from update sample, plus a minor consistency tweak
parents 16db5a9c 74dfe26e
...@@ -23,7 +23,7 @@ This example assumes that you have forked the repository and [turned up a Kubern ...@@ -23,7 +23,7 @@ This example assumes that you have forked the repository and [turned up a Kubern
```bash ```bash
$ cd kubernetes $ cd kubernetes
$ hack/dev-build-and-up.sh $ ./cluster/kube-up.sh
``` ```
### Step One: Turn up the UX for the demo ### Step One: Turn up the UX for the demo
...@@ -83,8 +83,7 @@ This will first 'stop' the replication controller by turning the target number o ...@@ -83,8 +83,7 @@ This will first 'stop' the replication controller by turning the target number o
To turn down a Kubernetes cluster: To turn down a Kubernetes cluster:
```bash ```bash
$ cd ../.. # Up to kubernetes. $ ./cluster/kube-down.sh
$ cluster/kube-down.sh
``` ```
Kill the proxy running in the background: Kill the proxy running in the background:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment