mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #921 from ddysher/guestbook-doc
Fix broken link in GuestBook example, remove unnecessary content.
This commit is contained in:
commit
15b207c1bd
@ -6,15 +6,11 @@ The example combines a web frontend, a redis master for storage and a replicated
|
|||||||
|
|
||||||
### Step Zero: Prerequisites
|
### Step Zero: Prerequisites
|
||||||
|
|
||||||
This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#setup):
|
This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#contents):
|
||||||
|
|
||||||
$ cd kubernetes
|
|
||||||
$ hack/dev-build-and-up.sh
|
|
||||||
$ hack/build-go.sh
|
|
||||||
|
|
||||||
### Step One: Turn up the redis master.
|
### Step One: Turn up the redis master.
|
||||||
|
|
||||||
Use the file `examples/guestbook/redis-master.json` which describes a single podrunning a redis key-value server in a container.
|
Use the file `examples/guestbook/redis-master.json` which describes a single pod running a redis key-value server in a container.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user