shell-operator
shell-operator copied to clipboard
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
#### Overview #### What this PR does / why we need it #### Special notes for your reviewer
#### Overview #### What this PR does / why we need it #### Special notes for your reviewer
#### 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...