diff --git a/core-concepts.md b/core-concepts.md index 50b95b9..6f347c1 100644 --- a/core-concepts.md +++ b/core-concepts.md @@ -274,7 +274,7 @@ kubectl exec -it busybox -- wget -o-

``` -kubectl run busybox --image=nginx --restart=Never -it -- echo "How are you" +kubectl run busybox --image=busybox --restart=Never -it -- echo "How are you" kubectl delete po busybox ```