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

Added a filesystem cache for kubeconfig files. This cache stores each downloaded file into a local folder to prevent calling the remote too often. It's needed for #22 / #47...

Hi guys, thank you for this great tool. Unfortunately there is a bug in the command `shell completion`. Here what happens: ```bash $ switch completion Error: context with name "completion"...

Hi, is it possible to also support fish shell?

I can't seem to get switcher to work with my KV v2 secret store. Is v2 supported? ``` $ switcher --debug DEBU[0000] Using kubeconfig path from flag /Users/blah/.kube/config DEBU[0000] Added...

So I've always maintained a custom `KUBECONFIG=$HOME/.kube/config:$HOME/.kube/foo:$HOME/.kube/bar`. This works great for kubeswitch on the first time I run it - and then it overwrites the env var with its custom...

Hi! Nice project! HAve you considered creating a [krew](https://github.com/kubernetes-sigs/krew/) installer? Like the one for [ctx](https://github.com/kubernetes-sigs/krew-index/blob/master/plugins/ctx.yaml ). It makes everything more linear from an user perspective and also help the project...

Today, when using the kubeconfig generated by kubeswitch with kubectl > 1.22, we get the following warning ``` WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.25+;...

I tried this wonderful tool. This has become everyday handy tool to switch between clusters/kubeconfigs. But switching ns doesn't work properly ``` switch ns Error: unable to list namespaces. The...

Rancher's CLI tool allows you to run `rancher cluster kubeconfig ` and returns a kubeconfig YAML. CLI entrypoint is here https://github.com/rancher/cli/blob/7c7f747d32b2fe848d09dd90f95ef82bc9be25db/cmd/cluster.go#L474 That seems to call https://github.com/rancher/rancher/blob/ba4347297ef8984f629650979a1b3a470592f4da/pkg/client/generated/management/v3/zz_generated_cluster.go#L184 Not quite sure which...