Correct kubectl output for kube-dns pod list

https://storage.googleapis.com/kubernetes-the-hard-way/kube-dns.yaml will create 1 kube-dns pod without autoscaler.
This may confuse the reader.
This commit is contained in:
Andrew Lytvynov
2018-01-12 11:34:42 -08:00
committed by GitHub
parent 63ff9932d9
commit f7099d440e

View File

@@ -30,7 +30,6 @@ kubectl get pods -l k8s-app=kube-dns -n kube-system
```
NAME READY STATUS RESTARTS AGE
kube-dns-3097350089-gq015 3/3 Running 0 20s
kube-dns-3097350089-q64qc 3/3 Running 0 20s
```
## Verification