Skip to content

Commit

Permalink
fix the command for checking dns pod (kubernetes#11603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Wang authored and immutablet committed Jan 9, 2019
1 parent 98e681e commit 026c006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Use the `kubectl get pods` command to verify that the DNS pod is running.

For CoreDNS:
```shell
kubectl get pods --namespace=kube-system -l k8s-app=kube-dns
kubectl get pods --namespace=kube-system -l k8s-app=coredns
NAME READY STATUS RESTARTS AGE
...
coredns-7b96bf9f76-5hsxb 1/1 Running 0 1h
Expand Down

0 comments on commit 026c006

Please sign in to comment.