kubel icon indicating copy to clipboard operation
kubel copied to clipboard

Emacs extension for controlling Kubernetes with limited permissions

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

@ https://github.com/abrochard/kubel/issues/126 Changes the evil keybindings to be under normal state instead of motion Not sure if safe to merge as maybe people already expect 'motion and could break things

I'm not sure if currently the mappings are done under the `motion` state for any particular reason, but i ran into issues with e.g. my leader key not working since...

The initial kubel buffer has the usual line highlighting, but if I change context the new buffer does not.

When using kubel on a tramp connection make-process can't create a separate stderr stream. I usually leave stderr as nil, but it's possible there's a nicer fix.

So I have different clusters and different KUBECONFIG files for each cluster: my work clusters, production, and home kind clusters they all have different kubeconfigs. I wonder if I'd be...

I think it'll better fit for non-editable mode. Also this is how these bindings works almost everywhere across Emacs in similar modes

enhancement

Hi there, I'm running Emacs from master branch. Emacs 29 comes with support for Kubernetes, Podman and Docker as TRAMP "inline methods" ([see here](https://github.com/emacs-mirror/emacs/blob/master/lisp/net/tramp-container.el)). - To start, we can use...

enhancement

CLI tool [k9s](https://k9scli.io) has a nice feature to show resources in all namespaces, which is nice if you have a bunch of namespaces and resources, and need to do cluster...

Right now, `kubel` works when the apropriate credential is part of `~/.kube`. But it doesn't work,if I have `KUBECONFIG` environment variable pointing out to somewhere else (basically if it's not...

In a function like `kubel--describe-resource`, when `kubel-output` equals "yaml", some functions are called, like turning yaml mode on. The simplest example would be to do the same for json if...

enhancement