argo-workflows
argo-workflows copied to clipboard
CLI: command to support exec to the container
Summary
Often time, we need login to the container /pod to do some troubleshooting, it could be done by kubectl exec , however if argo can do it, example "argo ssh taskid" , that will help a lot dev engineer who may not know k8s.
Use Cases
Argo ssh taskid
When would you use this?
troubleshooting and debug
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
You should be able to use
kubctl exec -ti $nodeId sh -