Skip to content

Instantly share code, notes, and snippets.

@pshchelo
Created January 10, 2019 08:48
Show Gist options
  • Save pshchelo/74cc2aec79e17124f4cd64c176a327f7 to your computer and use it in GitHub Desktop.
Save pshchelo/74cc2aec79e17124f4cd64c176a327f7 to your computer and use it in GitHub Desktop.
Command to fetch latest kubectl binary
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