Created
January 10, 2019 08:48
-
-
Save pshchelo/74cc2aec79e17124f4cd64c176a327f7 to your computer and use it in GitHub Desktop.
Command to fetch latest kubectl binary
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
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment