diff --git a/docs/13-dns-addon.md b/docs/13-dns-addon.md index 61950c2..c978d0b 100644 --- a/docs/13-dns-addon.md +++ b/docs/13-dns-addon.md @@ -40,7 +40,7 @@ coredns-699f8ddd77-gtcgb 1/1 Running 0 20s Create a `busybox` deployment: ``` -kubectl run busybox --image=busybox:1.28 --command -- sleep 3600 +kubectl run --generator=run-pod/v1 busybox --image=busybox:1.28 --command -- sleep 3600 ``` List the pod created by the `busybox` deployment: