kubel icon indicating copy to clipboard operation
kubel copied to clipboard

Emacs extension for controlling Kubernetes with limited permissions

Results 30 kubel issues
Sort by recently updated
recently updated
newest added

Hello, Getting logs from a single container pod fails under windows. It seems that the container name is single quoted in the cmd string. Here's the output from `kubel-process` buffer:...

bug

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

Hello! I've encountered a problem (which has a workaround - just install kubectl globally on the system), with which I'm asking for a bit of help. Direnv - is a...

I encountered the same problem as #28, and solved it in this way.

https://github.com/abrochard/kubel/pull/84#discussion_r858147295

enhancement
good first issue

i can work around by wrapping the context name in single quotes but would be nice if it just did it

press `q` to exit from any resource details buffer that is created when `enter` is pressed. Essentially running `quit-window` or `kill-buffer`

enhancement

Trying to solve #36. It may be a mistake to add view-mode on `delete` as it potentially may hang because of finalizers on resources.

Most time I want to use the same buffer as the list of resource to describe the resource. So I made a custom that I can toggle. It defaults to...