Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3070b45 commit 74dfe26Copy full SHA for 74dfe26
examples/update-demo/README.md
@@ -23,7 +23,7 @@ This example assumes that you have forked the repository and [turned up a Kubern
23
24
```bash
25
$ cd kubernetes
26
-$ hack/dev-build-and-up.sh
+$ ./cluster/kube-up.sh
27
```
28
29
### 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
To turn down a Kubernetes cluster:
84
85
86
-$ cd ../.. # Up to kubernetes.
87
-$ cluster/kube-down.sh
+$ ./cluster/kube-down.sh
88
89
90
Kill the proxy running in the background:
0 commit comments