Skip to content

Instantly share code, notes, and snippets.

@anderson-marques
Created January 12, 2021 11:27
Show Gist options
  • Save anderson-marques/5808d3e5875edbf44779b28c8915c192 to your computer and use it in GitHub Desktop.
Save anderson-marques/5808d3e5875edbf44779b28c8915c192 to your computer and use it in GitHub Desktop.
Shell to download EKSCTL
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/bin
eksctl version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment