Skip to content

Commit

Permalink
Correct typo in guestbook/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed Mar 3, 2015
1 parent b583d4e commit 286f7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the companion [Setup Kubernetes](https://github.com/GoogleCloudPlatform/kube

### Step One: Fire up the redis master

Note: This redis-master is *not* highly available. Making it highly available would be a very interesting, but intricate exersize - redis doesn't actually support multi-master deployments at the time of this writing, so high availability would be a somewhat tricky thing implement, and might involve periodic serialization to disk, and so on.
Note: This redis-master is *not* highly available. Making it highly available would be a very interesting, but intricate exercise - redis doesn't actually support multi-master deployments at the time of this writing, so high availability would be a somewhat tricky thing implement, and might involve periodic serialization to disk, and so on.

Use (or just create) the file `examples/guestbook/redis-master-controller.json` which describes a single pod running a redis key-value server in a container:
Note that, although the redis server runs just with a single replica, we use replication controller to enforce that exactly one pod keeps running (e.g. in a event of node going down, the replication controller will ensure that the redis master gets restarted on a healthy node).
Expand Down

0 comments on commit 286f7d2

Please sign in to comment.