Skip to content

Commit b7caede

Browse files
author
Quinton Hoole
committed
Merge pull request kubernetes#8836 from kprobst/master
Remove old command from update sample, plus a minor consistency tweak
2 parents 16db5a9 + 74dfe26 commit b7caede

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/update-demo/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example assumes that you have forked the repository and [turned up a Kubern
2323

2424
```bash
2525
$ cd kubernetes
26-
$ hack/dev-build-and-up.sh
26+
$ ./cluster/kube-up.sh
2727
```
2828

2929
### 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
8383
To turn down a Kubernetes cluster:
8484

8585
```bash
86-
$ cd ../.. # Up to kubernetes.
87-
$ cluster/kube-down.sh
86+
$ ./cluster/kube-down.sh
8887
```
8988

9089
Kill the proxy running in the background:

0 commit comments

Comments
 (0)