Daniel Föhr
Daniel Föhr
I think the reason why that happens comes from using a sub-shell in the first place. I recently looked at kubie how it is doing terminal window isolation etc. Using...
After initially looking into it, I have to say that I would need a considerable amount of time and focus for this topic ( this is one of the areas...
We are missing a detailed Guide on how to set up the Gardener control plane (Gardener API server, GCM, Scheduler, Gardener Admission Controller) end-to-end, similar to the [Gardenlet manual setup...
This is also important if the `machineDrainTimeout` is changed during an **ongoing** drain e.g in Gardener for a worker pool. The only thing that helps is currently is to edit...
That would be really nice to have, both for the main search window as well for the preview window.
Sorry for the delay. Could you check if the fix included in [this commit](https://github.com/danielfoehrKn/kubeswitch/commit/e71408abb22be13d4d7e5e42e8088f8fa5f65b64) works for you? You can use the from source installation method described [here](https://github.com/danielfoehrKn/kubeswitch/blob/master/docs/installation.md#from-source). Thanks a lot!
Assuming no switch-config file. KUBECONFIG env set to valid kubeconfig + `/Users/username/.kube/config` not present --> `switch ns` works KUBECONFIG env not set + `/Users/username/.kube/config` not present --> does throw the...
Hi, thanks for the suggestion. In general, that is a good idea. Kubeswitch consists of the `switch.sh` script and the `switcher` binary. The flow would look like `kubectl -> switch.sh...
Thanks for looking at it. > Every time kubeswitch is called to select one cluster, it will create kubeconfig files for all clusters. That's one kubeconfig containing the contexts for...
Sorry for the late response. > Correct me if I'm wrong but the current cache is only to speed up the initial search (StartSearch). that's correct, the Index is used...