From bf8b978cc97d283e1aa5d52f9347831cb668d13a Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Fri, 16 Sep 2016 12:51:51 -0700 Subject: [PATCH] Fix update-demo references to doc location It seems docs were moved from kubernetes repo and now live in the website repo. I've updated the update-demo docs to work again with actual references. --- docs/user-guide/update-demo/index.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/user-guide/update-demo/index.md b/docs/user-guide/update-demo/index.md index aa10b2a362..d51bcffc08 100644 --- a/docs/user-guide/update-demo/index.md +++ b/docs/user-guide/update-demo/index.md @@ -13,11 +13,11 @@ here](https://github.com/kubernetes/kubernetes.github.io/tree/{{page.docsbranch} ### Step Zero: Prerequisites -This example assumes that you have forked the repository and [turned up a Kubernetes cluster](/docs/getting-started-guides/): +This example assumes that you have forked the docs repository and [turned up a Kubernetes cluster](/docs/getting-started-guides/): ```shell -$ cd kubernetes -$ ./cluster/kube-up.sh +$ git clone -b {{page.docsbranch}} https://github.com/kubernetes/kubernetes.github.io +$ cd kubernetes.github.io ``` ### Step One: Turn up the UX for the demo @@ -81,14 +81,7 @@ This first stops the replication controller by turning the target number of repl ### Step Six: Cleanup -To turn down a Kubernetes cluster: - -```shell -$ ./cluster/kube-down.sh -``` - -Kill the proxy running in the background: -After you are done running this demo make sure to kill it: +After you are done running this demo make sure to kill the proxy running in the background: ```shell $ jobs