``` controlplane $ kubectl run test-dns1 --image=busybox:1.28 -i -t dnsutils -- . . .

Dinesh:

controlplane $ kubectl run test-dns1 --image=busybox:1.28 -i -t dnsutils -- nslookup nginx-resolver-service
error: timed out waiting for the condition

Mock exam 2 ----> can someone help me here kindly

Tej_Singh_Rana:
Hello, @Dinesh
Please add also --restart=Never flag.

Dinesh:
Great, ill give it a try now … thanks @Tej_Singh_Rana