Added example output from a 1.4.12 cluster

This commit is contained in:
Jasmine Hegman 2017-10-19 15:15:46 -07:00 committed by GitHub
parent 429f750cb1
commit 1a9a5351d0
1 changed files with 5 additions and 1 deletions

View File

@ -155,7 +155,11 @@ kubectl get pods -n kube-system -o \
You should see version 1.14.5 for the dnsmasq pod
_TODO_ if someone wants to provide the output.
```console
NAME IMAGE
kube-dns-4146767324-djthf gcr.io/google_containers/kubedns-amd64:1.9,gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.14.5,gcr.io/google_containers/dnsmasq-metrics-amd64:1.0,gcr.io/google_containers/exechealthz-amd64:1.2
kube-dns-4146767324-kloxi gcr.io/google_containers/kubedns-amd64:1.9,gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.14.5,gcr.io/google_containers/dnsmasq-metrics-amd64:1.0,gcr.io/google_containers/exechealthz-amd64:1.2
```
## More Information
- [Kubernetes Security Blog Post](https://security.googleblog.com/2017/10/behind-masq-yet-more-dns-and-dhcp.html)