argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

CLI: command to support exec to the container

Open syu-lk4b opened this issue 4 years ago • 1 comments

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 👍.

syu-lk4b avatar Feb 22 '22 00:02 syu-lk4b

You should be able to use

kubctl exec -ti $nodeId sh -

alexec avatar Feb 22 '22 15:02 alexec