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

Update installtools.md #23

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

Conversation

mpoletaev
Copy link

Updated command to install eksctl

Issue #, if available:
eksctl was failing to install

Description of changes:
Updated:
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
With:
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp

Updated command to install eksctl
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