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

The path for installing the eksctl has been changed, provided command does not work #39

Open
maanisim opened this issue Oct 17, 2023 · 0 comments

Comments

@maanisim
Copy link

maanisim commented Oct 17, 2023

https://www.appmeshworkshop.com/prerequisites/installtools/ affected page

user:~/environment $ curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

user:~/environment $ uname -s
Linux

Workaround:

curl --silent --location "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
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

1 participant