Skip to content
/ k Public
forked from jakepearson/k

Always run the correct kubectl against your cluster

License

Notifications You must be signed in to change notification settings

deis/k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Automatically run the correct version of kubectl every time

This script will read the version of the Kubernetes server you are running. It will then download a new version of kubectl if needed and run your command with new kubectl. I named it k since most everyone appears to alias kubectl to k anyway.

So Simple

Getting Started

Download the file to somewhere in your path. Any time you would call kubectl ..., call k ... instead.

curl -OL https://raw.githubusercontent.com/jakepearson/kx/master/k && chmod +x k

About

Always run the correct kubectl against your cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%