update the output of kubectl get in examples/hazelcast

This commit is contained in:
Chao Xu 2015-07-07 14:06:16 -07:00
parent 0947b2715a
commit 2614b86c5b

View File

@ -143,11 +143,9 @@ Now if you list the pods in your cluster, you should see two hazelcast pods:
```sh ```sh
$ kubectl get pods $ kubectl get pods
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE NAME READY STATUS RESTARTS AGE
hazelcast-pkyzd 10.244.90.3 e2e-test-minion-vj7k/104.197.8.214 name=hazelcast Running 14 seconds hazelcast-1vmnv 1/1 Running 0 34s
hazelcast quay.io/pires/hazelcast-kubernetes:0.3.1 Running 2 seconds hazelcast-ezs01 1/1 Running 0 43s
hazelcast-ulkws 10.244.66.2 e2e-test-minion-2x1f/146.148.62.37 name=hazelcast Running 7 seconds
hazelcast quay.io/pires/hazelcast-kubernetes:0.3.1 Running 6 seconds
``` ```
To prove that this all works, you can use the `log` command to examine the logs of one pod, for example: To prove that this all works, you can use the `log` command to examine the logs of one pod, for example: