kubeswitch icon indicating copy to clipboard operation
kubeswitch copied to clipboard

The kubectx for operators.

Results 54 kubeswitch issues
Sort by recently updated
recently updated
newest added

It seems from reading the [hook docs](https://github.com/danielfoehrKn/kubeswitch/blob/master/hooks/README.md) that > Hooks are executed prior to the fuzzy search via $ switch or can be called directly via $ switch hooks --hook-name=....

Currently: ``` ❯ find .kube/configs -type f .kube/configs/ha-edge-385.yaml .kube/configs/vm-k3s-only.yaml ❯ cat .kube/switch-config.yaml kind: SwitchConfig version: v1alpha1 kubeconfigStores: - kind: filesystem kubeconfigName: "*.yaml" paths: - /Users/eminguez/.kube/configs/ - /Users/eminguez/.kube/config ❯ switch list-contexts...

It seems when using switch with Rancher that the scoped tokens that get created don't have an expiry date. It would be a nice security property to have switch create...

Is there a reason why you don't provide the Windows binaries too ? First I thought there might be some dependency that doesn't exist on Windows. But I was able...

Hi! Thanks for this tool - I only started using it but it looks very promising so far! I was not able to find a way to get my list...

This more and more looks a no-longer-maintained project. Hopefully, some forks are livelier, somewhere: - PRs still unmerged (or uncommented) since Sept. 2023 - Opened issues not commented/resolved/etc since June...

Fixes #124 The main bug was fixed already in #121. This PR fixes the code in `hack/switch/switch.fish`, where the problem still exists.

Since kubeswitch 0.9.0, the switch script for fish creates the following error when calling `kubeswitch` / `s`. ``` m: command not found - (line 61): \rm -f "$KUBECONFIG" ^~^ in...

Hi, running this on Windows. When working in a path(say d:/myproject) on another drive-letter from where your user profile is(say c:/users/username/) no kubectl commands work since kubectl can not find...

Hi Daniel, First of all this is a genius tool and thank you for creating it. When I do a Homebrew search, it picks up switch and switcher danielfoehrkn/switch/switch danielfoehrkn/switch/switcher...