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

First I set a context 'switch context1' If I open two shells, and invoke 1. 'switch namespace ns1' 2. 'switch namespace ns2 Each shell has the namespace of the last...

Due to issues running switcher 0.8.1 om REL8 (see [issue 104](https://github.com/danielfoehrKn/kubeswitch/issues/104) I tried to build it from source using the 0.8.1 source package. The OS I'm running is RedHat Enterprise...

I've tried to download the switcher binary directly instead of using a package manager. It returned an error about a missing glibc version. Are there any steps that I've missed?...

First off, I must be doing something wrong.... In my .zshrc, I export KUBECONFIG dynamically, this way: `export KUBECONFIG="$(printf '%s\n' ~/.kube/configs/*.k8sconfig 2>/dev/null | awk '{printf "%s:", $0}' | sed 's/:$//')"...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

So followed the Homebrew installation instructions but once the following is run from bashrc it doesn't work (or if manually running it): ``` $ switcher init bash Error: context with...

Currently `switch namespace ` command will always attempt to fetch the fresh list of namespaces from the cluster even if the namespace already exists in the cache. This is unintuitive,...

It would be cool to have a custom store based on a custom command. One could set the backend like so: ```shell kind: SwitchConfig version: "v1alpha1" kubeconfigStores: - kind: custom...

I would like to be able to switch to an alias and have it also switch to a namespace in that cluster.

I just came across kubeswitch and its an awesome project - thank you for this! After i installed kubeswitch and set up the store for eks, and tried setting an...