jordanwilson230 / kubectl-plugins

A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-i, -i support for exec-as

mcandre opened this issue · comments

Is your feature request related to a problem? Please describe.

Please support conventional -i, -t flags for exec-as, so that the command is able to support interactive shell sessions, just like kubectl exec.

Describe the solution you'd like

Implement -i and -t.

Describe alternatives you've considered

Skipping the exec-as plugin altogether and diving into the node.

@mcandre I still need to do some more work on it to properly support the -c flag but can you try the kubectl ssh plugin (from master) and let me know if that is working for you? Thanks.