From 2614b86c5b404b5f359155142d9d883ce25a1500 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Tue, 7 Jul 2015 14:06:16 -0700 Subject: [PATCH] update the output of kubectl get in examples/hazelcast --- examples/hazelcast/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/hazelcast/README.md b/examples/hazelcast/README.md index a0d27d06c4c..da984b0a402 100644 --- a/examples/hazelcast/README.md +++ b/examples/hazelcast/README.md @@ -143,11 +143,9 @@ Now if you list the pods in your cluster, you should see two hazelcast pods: ```sh $ kubectl get pods -POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE -hazelcast-pkyzd 10.244.90.3 e2e-test-minion-vj7k/104.197.8.214 name=hazelcast Running 14 seconds - hazelcast quay.io/pires/hazelcast-kubernetes:0.3.1 Running 2 seconds -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 +NAME READY STATUS RESTARTS AGE +hazelcast-1vmnv 1/1 Running 0 34s +hazelcast-ezs01 1/1 Running 0 43s ``` To prove that this all works, you can use the `log` command to examine the logs of one pod, for example: