kubie
kubie copied to clipboard
A more powerful alternative to kubectx and kubens
❯ kubie ctx cluster1 ❯ kubie ns my-ns Error: Error calling kubectl: Error from server (Forbidden): namespaces is forbidden: User "...." cannot list resource "namespaces" in API group "" at...
I think bash autocomplete is great, but for someone like me using zsh it's difficult to remember yet another set of commands and flags :) Do you think zsh autocompletion...
A subshell has a lot of disadvantages, like scripts, python language environment variables. so is it possible to run kubie without a sub shell
Hi, since we are not allowed to list namespaces, we defined the namespaces in the context, but kubie doesn't pick up the namespace defined there when switching context, and only...
Hi, I have some env vars settings in the normal shell that I would like to keep when enter kubie shell. Is it possible to preserve that in kubie config?
Hi there, Really awesome tool, appreciated all effort done here. I have problems to make it to work on a linux instance using python. this is my code snippet: `#!/bin/python3...
it would be good to import or at least rename the context, similar like kubectx provides
When I start a new `kubie ctx` session it has no history. This appears to be similar to #31. Looking a PR #32 and comparing it to the current state...
An attempt to implement #88 I'm Introducing an option to the ctx command called `clone` which if used will clone the last context instead of trying to resolve one. If...
Hey, just downloaded this since I had heard something better than kubectx and kubens existed but hadn't used k8s since then. Really loving it. I notice though that prompt colors...