From 74dfe26e5dc0c328e806b74b35620c441a4a3f69 Mon Sep 17 00:00:00 2001 From: Kathrin Probst Date: Tue, 26 May 2015 15:14:34 -0700 Subject: [PATCH] update commands to the latest --- examples/update-demo/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/update-demo/README.md b/examples/update-demo/README.md index 2f9dcfddfd..4f23709dc3 100644 --- a/examples/update-demo/README.md +++ b/examples/update-demo/README.md @@ -23,7 +23,7 @@ This example assumes that you have forked the repository and [turned up a Kubern ```bash $ cd kubernetes -$ hack/dev-build-and-up.sh +$ ./cluster/kube-up.sh ``` ### 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 To turn down a Kubernetes cluster: ```bash -$ cd ../.. # Up to kubernetes. -$ cluster/kube-down.sh +$ ./cluster/kube-down.sh ``` Kill the proxy running in the background: