shell-operator
shell-operator copied to clipboard
Fix depricated `kubectl exec` command
Overview
In the docs used depricated kubectl command
kubectl exec -ti shell-operator /bin/bash
error: exec [POD] [COMMAND] is not supported anymore. Use exec [POD] -- [COMMAND] instead
See 'kubectl exec -h' for help and examples