Skip to content

Commit

Permalink
Update the README.md with caveats about waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Aug 20, 2014
1 parent 493863e commit baaabca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit baaabca

Please sign in to comment.