mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
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:

committed by
Kelsey Hightower

parent
f46642a6ba
commit
05ca2d04cf
@@ -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
|
||||
|
Reference in New Issue
Block a user