Last active
June 24, 2021 16:10
-
-
Save ditikrushna/2500395d54dd673f36c35e13f9379cc8 to your computer and use it in GitHub Desktop.
eksctl Installation Instruction
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
| # Install Homebrew on MacOs | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
| # Install the Weaveworks Homebrew tap. | |
| brew tap weaveworks/tap | |
| # Install the Weaveworks Homebrew tap. | |
| brew install weaveworks/tap/eksctl | |
| # Verify eksctl version | |
| eksctl version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment