Skip to content

Commit

Permalink
Merge pull request kubernetes#5803 from ihmccreery/guestbook-example-…
Browse files Browse the repository at this point in the history
…point-to-getting-started

Guestbook example README points to Getting Started, not SETUP.md
  • Loading branch information
roberthbailey committed Mar 25, 2015
2 parents 5d62877 + 6945ac8 commit d96d8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 2 additions & 5 deletions examples/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 0 additions & 11 deletions examples/guestbook/SETUP.md

This file was deleted.

0 comments on commit d96d8a9

Please sign in to comment.