Created
November 30, 2019 10:26
-
-
Save mossey/4bbb7b4d8c3200c2b16df57eecf00586 to your computer and use it in GitHub Desktop.
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
eksctl create cluster \ | |
--name demo-cluster \ | |
--version 1.14 \ | |
--region us-west-2 \ | |
--nodegroup-name standard-workers \ | |
--node-type t2.micro \ | |
--nodes 2 \ | |
--nodes-min 1 \ | |
--nodes-max 2 \ | |
--managed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment