From c45b6cf9de6ad11427a33525c9ed951763e36c33 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 6 Jul 2015 18:20:28 -0700 Subject: [PATCH] update kubectl get outputs in examples/cluster-dns --- examples/cluster-dns/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/cluster-dns/README.md b/examples/cluster-dns/README.md index 4c30dc0ad17..d0c6fb57070 100644 --- a/examples/cluster-dns/README.md +++ b/examples/cluster-dns/README.md @@ -107,9 +107,8 @@ Once that's up you can list the pod in the cluster: ```shell $ kubectl get pods dns-frontend -POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE -dns-frontend 10.244.2.9 kubernetes-minion-sswf/104.154.55.211 name=dns-frontend Running 3 seconds - dns-frontend ddysher/dns-frontend Running 2 seconds +NAME READY STATUS RESTARTS AGE +dns-frontend 0/1 ExitCode:0 0 1m ``` Wait until the pod succeeds, then we can see the output from the client pod: