From baaabcaf112f5e5771334b97a8c551554f6ec22b Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 19 Aug 2014 01:19:23 -0400 Subject: [PATCH] Update the README.md with caveats about waiting --- examples/guestbook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 107ed4dcda2..4761037ed28 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -49,7 +49,7 @@ Once that's up you can list the pods in the cluster, to verify that the master i cluster/kubecfg.sh list pods ``` -You'll see a single redis master pod. It will also display the machine that the pod is running on. +You'll see a single redis master pod. It will also display the machine that the pod is running on once it gets placed (may take up to thirty seconds). ``` Name Image(s) Host Labels @@ -230,7 +230,7 @@ Name Image(s) Selector Replicas frontendController brendanburns/php-redis name=frontend 3 ``` -Once that's up you can list the pods in the cluster, to verify that the master, slaves and frontends are running: +Once that's up (it may take ten to thirty seconds to create the pods) you can list the pods in the cluster, to verify that the master, slaves and frontends are running: ```shell $ cluster/kubecfg.sh list pods