Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

eksctl install was not present #20

Open
kgoenka22 opened this issue Jun 22, 2022 · 3 comments
Open

eksctl install was not present #20

kgoenka22 opened this issue Jun 22, 2022 · 3 comments

Comments

@kgoenka22
Copy link

eksctl install was not present in initial config. Thus https://www.appmeshworkshop.com/prerequisites/bootstrapsh/ failed.

}
}
Creating the EKS Cluster
/home/ec2-user/environment/scripts/build-eks: line 17: eksctl: command not found
/home/ec2-user/environment/scripts/build-eks: line 43: eksctl: command not found

@rom1gal
Copy link

rom1gal commented Aug 18, 2022

it seems the URL mentioned in the install script is not correct :
(https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz)

@hariby
Copy link

hariby commented Sep 5, 2022

We should use this command curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp

Reference:

@hariby
Copy link

hariby commented Sep 5, 2022

This issue will be resolved by the fix in PR #24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants