I have a file .mqsc with a commands for create queues(ibm mq).
How to run a script by kubectl?
kubectl exec -n test -it mq-0 -- /bin/bash -f create_queues.mqsc
doesn't work.
log:
/bin/bash: create_queues.mqsc: No such file or directory command terminated with exit code 127