Q. Run a pod called looper-cka16-arch using the busybox image that runs the while loop while true; do echo hello; sleep 10;done. This pod should be created in the default namespace.
-
looper-cka16-archpod created? -
pod prints
helloevery 10 seconds?
→

in args section i gave /bin/bash and it was giving error like no such file or dir exists. But when i gave /bin/sh in the args section, the pod was running. why is that?