devlab-eks-alb-2048game
devlab-eks-alb-2048game copied to clipboard
bootstrap.sh line 32 and 69 need minor updates to function
Line 32 -> When executing bootstrap.sh, the location for eksctl has changed slightly, the new source location and associated curl command should be -> curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C ~/bin
Line 69 -> Version 1.15 is no longer supported and 1.21 is the latest -> eksctl create cluster --ssh-access --version 1.21 --node-type t3.medium --node-private-networking --name $EKS_CLUSTER_NAME $ZONES