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

Fixed the location to fetch eksctl #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gr8sk8s
Copy link

@gr8sk8s gr8sk8s commented Aug 3, 2022

Issue: The instructions for fetching (via curl) the eksctl binary tar.gz fails.

Error: File not found. Script fails and terminates

Analysis: The location in the curl command was inaccurate.

Fix: I fixed it to the following location, which corrected the error
("https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz")

Results: No error, eksctl tar.gz is fetched and the script continues to run successfully

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

Successfully merging this pull request may close these issues.

1 participant