From 6945ac8d4f8ca8dba34378f7a05f63ab7e816af4 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Mon, 23 Mar 2015 18:27:15 +0000 Subject: [PATCH] Guestbook example README points to Getting Started, not SETUP.md --- examples/guestbook/README.md | 7 ++----- examples/guestbook/SETUP.md | 11 ----------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 examples/guestbook/SETUP.md diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 27e43502846..a6e89f5ae9c 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -10,12 +10,9 @@ The web front end interacts with the redis master via javascript redis API calls ### Step Zero: Prerequisites -This example assumes that you have a basic understanding of kubernetes services and that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes#contents): -This example requires a kubernetes cluster. +This example requires a kubernetes cluster. See the [Getting Started guides](../../docs/getting-started-guides) for how to get started. -See the companion [Setup Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/SETUP.md) for some quick notes on how to get started. - -*If* you are running from source, replace commands such as "kubectl" below with calls to cluster/kubectl.sh. +If you are running from source, replace commands such as `kubectl` below with calls to `cluster/kubectl.sh`. ### Step One: Fire up the redis master diff --git a/examples/guestbook/SETUP.md b/examples/guestbook/SETUP.md deleted file mode 100644 index 0019eaabbf6..00000000000 --- a/examples/guestbook/SETUP.md +++ /dev/null @@ -1,11 +0,0 @@ -## Getting Started - -This example requires that you have forked the repository and [fired up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes#contents. - -On some setups, this can be as easy as running: -```shell - $ cd kubernetes - $ hack/dev-build-and-up.sh -``` - -For others, there are also many other ways to set up a kubernetes cluster. For comprehensive directions on setting up, see the getting started guides [Getting Started Guides](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs/getting-started-guides).