Skip to content

Commit

Permalink
fix aws cluster setup script
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Aug 21, 2024
1 parent 5120cf9 commit 62cb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/aws-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/d
mv /tmp/eksctl /usr/local/bin; \
eksctl version

curl -o aws-iam-authenticator https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator; \
curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.22/aws-iam-authenticator_0.6.22_$(uname -s)_amd64; \
chmod 755 aws-iam-authenticator; \
mv ./aws-iam-authenticator /usr/local/bin

Expand Down

0 comments on commit 62cb248

Please sign in to comment.