abrochard / kubel

Emacs extension for controlling Kubernetes with limited permissions
GNU General Public License v3.0
267 stars 44 forks source link

`kubel-exec-vterm-pod` not spawning a buffer #88

Closed dpassen closed 2 years ago

dpassen commented 2 years ago

Since upgrading kubel to '20220509.104', kubel-exec-vterm-pod fails to spawn a vterm buffer.

These are the only pertinent messages I see:

Tramp: Opening connection vterm for REDACTED@REDACTED-6c78fd87d8-ff5z8 using kubectl...done
Successfully exported EDITOR

Happy to supply more information to aid in debugging.

abrochard commented 2 years ago

Thank you for reporting this! I'm not a vterm user so I kind just trust patches/fixes on that side. I know this was merged recently. Could it be related?

dpassen commented 2 years ago

I don't have an easy way of reverting a package, but to my memory, it was working before that changeset. I'll see if I can confirm.

TxGVNN commented 2 years ago

I'm not a vterm user so I kind just trust patches/fixes on that side. I know this was merged recently. Could it be related?

I think this commit had created this issue. I just tested, and it can not exec into pod in the vterm. It just opens a vterm on current host, seems vterm doesn't respect on default directory is TRAMP

I'm not a vterm too, so this is just my guess.