Skip to content

Commit

Permalink
Pin busybox image to 1.28 to resolve kelseyhightower#356
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored Aug 17, 2018
1 parent b974042 commit 59d6974
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 --command -- sleep 3600
```

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

0 comments on commit 59d6974

Please sign in to comment.