mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-24 15:48:51 -04:00
Merge pull request #5803 from ihmccreery/guestbook-example-point-to-getting-started
Guestbook example README points to Getting Started, not SETUP.md
This commit is contained in:
commit
d96d8a9faf
2 changed files with 2 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
Loading…
Reference in a new issue