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.pull/279/merge
parent
f46642a6ba
commit
05ca2d04cf
|
@ -30,7 +30,6 @@ kubectl get pods -l k8s-app=kube-dns -n kube-system
|
||||||
```
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
kube-dns-3097350089-gq015 3/3 Running 0 20s
|
kube-dns-3097350089-gq015 3/3 Running 0 20s
|
||||||
kube-dns-3097350089-q64qc 3/3 Running 0 20s
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
|
|
Loading…
Reference in New Issue