Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 520 Bytes

eksctl.md

File metadata and controls

32 lines (21 loc) · 520 Bytes

Install eksctl

The most recent information on this is found with AWS documentation here

pip3 install awscli --upgrade --user

Ways to install eksctl documented here

MacOS

brew tap weaveworks/tap
brew install weaveworks/tap/eksctl

To upgrade:

brew upgrade eksctl
brew link --overwrite eksctl

Windows

chocolatey install eksctl

Back