Skip to content

Instantly share code, notes, and snippets.

@felipecosta09
Last active April 10, 2020 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecosta09/0f280af45aba611a4e7101116813ee24 to your computer and use it in GitHub Desktop.
Save felipecosta09/0f280af45aba611a4e7101116813ee24 to your computer and use it in GitHub Desktop.
Install KOPS
#Install KOPS
curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
chmod +x ./kops
sudo mv ./kops /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment