You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,13 +51,14 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
49
51
aws_iam_authenticator_url=$(echo "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/vTAG/aws-iam-authenticator_TAG_linux_ARCH"| sed "s/TAG/$latest_aws_iam_authenticator_release_tag/g"| sed "s/ARCH/$arch/")
50
52
kubelogin_url=$(echo "https://github.com/Azure/kubelogin/releases/download/TAG/kubelogin-linux-amd64.zip"| sed "s/TAG/$latest_kubelogin_release_tag/")
51
53
azure_url="https://aka.ms/InstallAzureCli"
52
-
54
+
oidc_login_url=$(echo "https://github.com/int128/kubelogin/releases/download/TAG/kubelogin_linux_ARCH.zip"| sed "s/TAG/$latest_oidc_login_release_tag/"| sed "s/ARCH/$arch/")
aws_iam_authenticator_url=$(echo "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/vTAG/aws-iam-authenticator_TAG_darwin_amd64"| sed "s/TAG/$latest_aws_iam_authenticator_release_tag/g")
95
103
kubelogin_url=$(echo "https://github.com/Azure/kubelogin/releases/download/TAG/kubelogin-darwin-amd64.zip"| sed "s/TAG/$latest_kubelogin_release_tag/")
oidc_login_url=$(echo "https://github.com/int128/kubelogin/releases/download/TAG/kubelogin_darwin_amd64.zip"| sed "s/TAG/$latest_oidc_login_release_tag/")
0 commit comments