From 59d69741acdde912fac63b6da950d332233727df Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 17 Aug 2018 14:47:48 +0200 Subject: [PATCH] Pin busybox image to 1.28 to resolve #356 --- docs/12-dns-addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12-dns-addon.md b/docs/12-dns-addon.md index 5ce94da..f542605 100644 --- a/docs/12-dns-addon.md +++ b/docs/12-dns-addon.md @@ -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: