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

Hi, love this tool and use it every day! After adding a Vault KV2 store, I've started to sporadically seeing the following error: ```bash $ switch Error: could not unmarshal...

At the company I work for we are not allowed to scan for namespaces. When I try to do so I am denied and when using `kubectl` I have to...

`switch` is a pretty common term, which may clash with other programs (e.g. fish shell provides `switch` as a shell builtin). I think it's better to use the repo name...

Currently, the command `switch ns` cannot take a namespace as an input. It always opens the interactive list. It will be good to implement `switch list namespaces that will print...

As I use an alias for rm commands, (alises to rip), an error appear every time I try to change my context ``` ➜ switch git:(master) switch tools error: Found...

I've configured gardener with the following options: ``` # ~/.garden/gardenctl-v2.yaml gardens: - identity: "landscape-canary" kubeconfig: "~/.garden/landscape-canary.yaml" - identity: "landscape-live" kubeconfig: "~/.garden/landscape-live.yaml" ``` ``` # ~/.kube/switch-config.yaml kind: SwitchConfig version: v1alpha1 showPreview:...

Instead of replacing the `KUBECONFIG` with a dynamically created config, sometimes I want to explicitly set the `current-context` in my existing `KUBECONFIG`. This would make a nice CLI option. Maybe...

There are plenty of Linux ARM systems out there such a Raspberry Pi, crostini on Chromebooks, Linux on Apple Silicon. Please add arm and arm64 linux to your releases.

Tanzu Mission Control (TMC), supports managing and deployment of many different clusters. Using the Tanzu cli, it's possible to get the kubeconfig from those managed clusters. So a feature request...

### Prerequisites: ```yaml # ~/.kube/switch-config.yaml kind: SwitchConfig version: "v1alpha1" kubeconfigStores: - kind: gke id: gke config: authentication: authenticationType: gcloud # optionally limit to certain projects in account # projectIDs: []...