Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 602 Bytes

kvm

Easily switch between kubectl version

Why?

Managing kubectl versions can help you when managing multiple clusters with different versions and can make you fully compatible with your clusters.

Install

Before getting started make sure kubectl is not install to varify that command -v kubectl should fail

Make required paths ready by running

mkdir -p "$HOME/.kvm/bin/"

and put the following line into your .bashrc or .zshrc

export PATH="$HOME/.kvm/bin:$PATH"

install package itself by running

go install github.com/mhkarimi1383/kvm@latest