Created
March 18, 2016 19:14
-
-
Save wellsie/7434152db78db804ed29 to your computer and use it in GitHub Desktop.
Fetch kubectl binary (linux, amd64)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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