-
Notifications
You must be signed in to change notification settings - Fork 71
kubens support #106
Comments
@cortex93 thanks for reporting this issue! Interesting, this would mean we would need to create some sort of kioskctl. However, currently you could do something like:
which might be sufficient already. Or is there a problem doing so? |
kubens support fzf for interactive menu and fuzzy searching. Having one command to list/select spaces would help. |
@cortex93 thanks for clarifying! As I understand it correctly, you want us to implement support for spaces in If there is anything we can do to help easing this implementation on the kiosk side, let us know. |
I doubt kubectx will includes such a specifc things. I was more thinking of loft-sh forking the kubens repo or maintain patched branched or alike. |
@cortex93 ah okay I see. In that case I even think we should create some sort of However, at the moment I don't think we have the capacity to do that (but when I find some time I'll give it a shot), but if you want to give that a try, I'm very happy to review a pull request. |
Hi,
kubens allow for fast switching between namespaces by allowing to choose a namespace in a list. The drawback is that current implementation get the list of namespaces from ns resource.
kubens is licensed under Apache 2 and modifying the code to support spaces API is trivial. It could benefit the kiosk community to provide such a tool to the space admin users.
The text was updated successfully, but these errors were encountered: