Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Version Switcher

Go

Easily switch kubectl binary versions.

Build:

$ go build -o kubeswitch .

$ chmod +x kubeswitch 

$ mv kubeswitch $PATH

Run:

Yes installs stable, no gives you the list of available options

$ kubeswitch
  Latest stable release is: v1.18.5
  Do you want to install this version? [yes/no]

This installs your selected version, currently, if you get permission denied, the version you requested doesn't exist

$ kubeswitch -v/ --version v1.x.z  

Match to your client to your EKS version

$ kubeswitch -a / --aws 

asciicast

About

Install a specific version of Kubernetes from the CLI, along with Helm.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages