Skip to content
/ k8v Public

⚙️ Kubectl version manager, written in Go.

License

Notifications You must be signed in to change notification settings

pirobtumen/k8v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8v

Sometimes you need to work with different k8s cluster versions, or maybe you just wants to update kubectl. This tool k8v or kubernets version manager it's what you are looking for.

Usage

I have this script for personal use, so it's a bit manual:

mkdir ~/.k8v
export PATH=$PATH:~/.k8v
git clone https://github.com/pirobtumen/k8v.git
cd k8v
go run cmd/main.go <kubectl version>
kubectl version

The command export PATH=$PATH:~/.k8v can be added to your .zshrc or .bashrc file.

About

⚙️ Kubectl version manager, written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages