Fix kube-dns component name

pull/2004/head
Nicolas Lamirault 2016-12-20 11:29:44 +01:00 committed by GitHub
parent 16d844bd5f
commit fd5e585ebf
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ If you see that no pod is running or that the pod has failed/completed, the dns
Use `kubectl logs` command to see logs for the DNS daemons.
```
kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c kubedns
kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c kube-dns
kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c dnsmasq
kubectl logs --namespace=kube-system $(kubectl get pods --namespace=kube-system -l k8s-app=kube-dns -o name) -c healthz
```