mirror of https://github.com/kubernetes/kops.git
Add missing "-nanny" in image name.
This commit is contained in:
parent
2c2f9fd6cd
commit
a21dfafa0d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue