Skip to content

Commit

Permalink
Fixing DNS resolution with latest busybox
Browse files Browse the repository at this point in the history
Version `1.28.4` of busybox does the `nslookup` correctly as described in the tutorial, the `latest` does not. So it needs to be set explicitely. Fixes kelseyhightower#356. Also see docker-library/busybox#48.
  • Loading branch information
jonashackt committed Sep 4, 2018
1 parent b974042 commit f8f267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/12-dns-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kube-dns-3097350089-gq015 3/3 Running 0 20s
Create a `busybox` deployment:

```
kubectl run busybox --image=busybox --command -- sleep 3600
kubectl run busybox --image=busybox:1.28.4 --command -- sleep 3600
```

List the pod created by the `busybox` deployment:
Expand Down

0 comments on commit f8f267e

Please sign in to comment.