- go 1.22
NAME:
cluster - Select kubeconfig
USAGE:
ks [global options] command [command options] [arguments...]
VERSION:
1.2 (bf8ed0e)
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--debug Enable debug
--help, -h show help
--version, -v print the version
make
make install
or download binary in releases.
~/.config/ks.conf
kubeconfigDir: ~/.kube
kubeconfigFile: config
extraKubeconfigDirs:
- ~/Downloads
showKubeconfig: true
createLink: true
If the config option createLink is set to true and the kubeconfig file ~/.kube/config exists or it's set to false and the config file is not managed by ks, then you need to remove the kubeconfig file first. This is a safety measure to not override existing configurations and this file needs to be removed or rename by hand.
