You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for starting this project ^^. I used docker-tramp in the past and was slightly frustrated that there was no kubernetes-tramp and didn't bother creating one myself.
I wondered if you've witnessed the following issue:
After being disconnected from the network tramp connection to the pod seems to cause problem.
When I try to either save or find-file (C-x C-f or M-x find-file) emacs would hang and reject all input beside C-g C-g that would unstuck it.
I get the following message once in the Message buffer
Tramp: Opening connection for my-pod-798dc457cf-ljrgp using kubectl...
Tramp: Sending command ‘exec kubectl exec -it my-pod-798dc457cf-ljrgp sh’
Tramp: Waiting for prompts from remote shell...failed
Tramp: Opening connection for my-pod-798dc457cf-ljrgp using kubectl...failed
tramp-file-name-handler: Args out of range: #<buffer *tramp/kubectl my-pod-798dc457cf-ljrgp*>, 1, 97
Hi,
First of all thank you for starting this project ^^. I used docker-tramp in the past and was slightly frustrated that there was no kubernetes-tramp and didn't bother creating one myself.
I wondered if you've witnessed the following issue:
After being disconnected from the network tramp connection to the pod seems to cause problem.
When I try to either save or find-file (C-x C-f or M-x find-file) emacs would hang and reject all input beside C-g C-g that would unstuck it.
I get the following message once in the Message buffer
I'm using
Seems to hang when I'm using tab completion (or when it's being trigger by ido-mode)
I could dig a little more later in the week (weekend probably) but wondered if it was a know issue ?
Best regards,
The text was updated successfully, but these errors were encountered: