From 7f7ac2deb6e9911634c80b18f3d3af4f0dea520a Mon Sep 17 00:00:00 2001 From: Jan Dolecek Date: Fri, 20 Mar 2015 22:43:07 +0000 Subject: [PATCH] Update README.md Fix some formatting. --- examples/guestbook/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index cd3d201352417..b9db299ee2ac3 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -22,9 +22,10 @@ See the companion [Setup Kubernetes](https://github.com/GoogleCloudPlatform/kube 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). This could result in data loss. -** These json files are for v1beta1. See the v1beta3/ folder for updated equivalents.** +**These json files are for v1beta1. See the [v1beta3/](v1beta3/) folder for updated equivalents.** ```js {