fix the command for checking dns pod (#11603)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9833da206e
commit
5e05d127e2
@@ -95,7 +95,7 @@ Use the `kubectl get pods` command to verify that the DNS pod is running.
|
|||||||
|
|
||||||
For CoreDNS:
|
For CoreDNS:
|
||||||
```shell
|
```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
|
NAME READY STATUS RESTARTS AGE
|
||||||
...
|
...
|
||||||
coredns-7b96bf9f76-5hsxb 1/1 Running 0 1h
|
coredns-7b96bf9f76-5hsxb 1/1 Running 0 1h
|
||||||
|
|||||||
Reference in New Issue
Block a user