Commit 9f3301d6 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #10799 from caesarxuchao/output-clusterdns

update kubectl get outputs in examples/cluster-dns
parents 0dc9b041 c45b6cf9
...@@ -107,9 +107,8 @@ Once that's up you can list the pod in the cluster: ...@@ -107,9 +107,8 @@ Once that's up you can list the pod in the cluster:
```shell ```shell
$ kubectl get pods dns-frontend $ kubectl get pods dns-frontend
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED MESSAGE NAME READY STATUS RESTARTS AGE
dns-frontend 10.244.2.9 kubernetes-minion-sswf/104.154.55.211 name=dns-frontend Running 3 seconds dns-frontend 0/1 ExitCode:0 0 1m
dns-frontend ddysher/dns-frontend Running 2 seconds
``` ```
Wait until the pod succeeds, then we can see the output from the client pod: Wait until the pod succeeds, then we can see the output from the client pod:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment