Add missing "-nanny" in image name.

This commit is contained in:
William Austin 2017-10-16 10:29:34 -06:00 committed by GitHub
parent 2c2f9fd6cd
commit a21dfafa0d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Apply the update to the container:
```bash
kubectl set image deployment/kube-dns -n kube-system \
dnsmasq=gcr.io/google_containers/k8s-dns-dnsmasq-amd64:1.14.5
dnsmasq=gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5
```
Validate the change was applied to the deployment: