Skip to content

Commit

Permalink
fix: script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RamaRaju-vj committed Jul 2, 2024
1 parent 6831758 commit 735e75c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,14 @@ echo "Helm $(helm version)"
############################## INSTALL KUBECTL & IAM AUTHENTICATOR ############################
# Install kubectl and AWS IAM Authenticator
sudo apt-get update
cd /usr/local/bin/ || exit

curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
sudo chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl


curl -Lo aws-iam-authenticator "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.11/aws-iam-authenticator_0.6.11_linux_amd64"
sudo chmod +x ./aws-iam-authenticator
sudo mv ./aws-iam-authenticator /usr/local/bin/aws-iam-authenticator

echo "Kubectl $(kubectl version --client)"
echo "AWS IAM Authenticator $(aws-iam-authenticator version)"
Expand Down

0 comments on commit 735e75c

Please sign in to comment.