Skip to content

Commit 74dfe26

Browse files
author
Kathrin Probst
committed
update commands to the latest
1 parent 3070b45 commit 74dfe26

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)