Skip to content

Commit

Permalink
Merge pull request #3640 from willaustin/patch-1
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Add missing "-nanny" in image name.

The instructions for hot-fixing the recent dnsmasq vulnerability use a different image name than what is in use by the dnsmasq container. When the command in question is run it causes the container to fail on startup. Using the "nanny" image works, though.
  • Loading branch information
Kubernetes Submit Queue authored Oct 16, 2017
2 parents 3c01e26 + a21dfaf commit f63a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advisories/cve_2017_14491.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f63a8aa

Please sign in to comment.