From f528ef80189f7d1ad11bd788791e4941fe6eaca9 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Sat, 7 Jun 2014 01:50:26 -0700 Subject: [PATCH] guestbook: add link to cluster setup instruction --- examples/guestbook/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/guestbook.md b/examples/guestbook/guestbook.md index 9c678dc5b42..ef5848a61ee 100644 --- a/examples/guestbook/guestbook.md +++ b/examples/guestbook/guestbook.md @@ -5,7 +5,7 @@ This example shows how to build a simple multi-tier web application using Kubern The example combines a web frontend, a redis master for storage and a replicated set of redis slaves. ### Step Zero: Prerequisites -This example assumes that you have forked the repository and turned up a Kubernetes cluster. +This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#setup). ### Step One: Turn up the redis master.