Skip to content

Commit

Permalink
feat: kubelogin 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
odintdh authored Oct 22, 2024
1 parent d844249 commit 4926f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unzip awscliv2.zip
#curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
#install -o root -g root -m 0755 kubectl /usr/bin/kubectl
echo "Add kubelogin"
curl -LO "https://github.com/Azure/kubelogin/releases/download/v0.0.29/kubelogin-linux-amd64.zip" -o "kubelogin-linux-amd64.zip"
curl -LO "https://github.com/Azure/kubelogin/releases/download/v0.0.30/kubelogin-linux-amd64.zip" -o "kubelogin-linux-amd64.zip"
unzip kubelogin-linux-amd64.zip
install -o root -g root -m 0755 bin/linux_amd64/kubelogin /usr/bin/kubelogin
echo "Add argocd-cli"
Expand Down

0 comments on commit 4926f9d

Please sign in to comment.