diff --git a/content/en/docs/tutorials/services/connect-applications-service.md b/content/en/docs/tutorials/services/connect-applications-service.md index 64215919ceaea..f5613f50c6629 100644 --- a/content/en/docs/tutorials/services/connect-applications-service.md +++ b/content/en/docs/tutorials/services/connect-applications-service.md @@ -241,7 +241,7 @@ or [Installing CoreDNS](/docs/tasks/administer-cluster/coredns/#installing-cored Let's run another curl application to test this: ```shell -kubectl run curl --image=radial/busyboxplus:curl -i --tty --rm +kubectl run -i --tty --image busybox:1.37 dns-test --restart=Never --rm ``` ``` Waiting for pod default/curl-131556218-9fnch to be running, status is Pending, pod ready: false