pmaccacaro / kversion

Small experiment: Allow switch the current kubectl binary from a list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kversion

Small experiment with kubectl versions binaries

Usage

Create a file in your $HOME folder named

.kversion.yaml

with the following format:

---
binaries:
 - /usr/local/bin/kubectl-1.14.8
 - /usr/local/bin/kubectl-1.14.6
 - /usr/local/bin/kubectl-1.14.5
 - /usr/local/bin/kubectl-1.13.7

About

Small experiment: Allow switch the current kubectl binary from a list

License:MIT License


Languages

Language:Go 91.3%Language:Makefile 8.7%