安装eksctl
# To install or update eksctl
on Linux
Download and extract the latest release of
eksctl
with the following command.curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
1Move the extracted binary to
/usr/local/bin
.sudo mv /tmp/eksctl /usr/local/bin
1Test that your installation was successful with the following command.
eksctl version
1
Last Updated: 2023/11/08, 14:45:54