Skip to content

Instantly share code, notes, and snippets.

@wellsie
Created March 18, 2016 19:14
Show Gist options
  • Save wellsie/7434152db78db804ed29 to your computer and use it in GitHub Desktop.
Save wellsie/7434152db78db804ed29 to your computer and use it in GitHub Desktop.
Fetch kubectl binary (linux, amd64)
#!/bin/bash -eux
curl -Os https://storage.googleapis.com/kubernetes-release/release/v1.1.8/bin/linux/amd64/kubectl
chmod +x kubectl
./kubectl version --client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment