Ramilito / kubesess

Kubectl plugin managing sessions
MIT License
220 stars 5 forks source link

Krew plugin #27

Open aslafy-z opened 2 years ago

aslafy-z commented 2 years ago

I'd love to be able to use and upgrade this tool as a kubectl plugin. See https://krew.sigs.k8s.io/docs/developer-guide/distributing-with-krew/.

Ramilito commented 2 years ago

That's an excellent idea! I just need to investigate if it can handle the scripts that come along with the binary, it shouldn't be a problem but a very crucial step since the binary just outputs the new values, without the scripts it cannot change the environment variables (design limitation).