Instructions for installing Kubelogin / oidc-login: https://github.com/int128/kubelogin.
Last active
June 27, 2023 22:35
-
-
Save saamalik/926a862205fd9b0a3be1095e4a533982 to your computer and use it in GitHub Desktop.
Run inside PowerShell
$url = "https://github.com/int128/kubelogin/releases/download/v1.28.0/kubelogin_windows_amd64.zip"
Invoke-WebRequest -Uri $url -OutFile kubelogin.zip
Expand-Archive -Path kubelogin.zip
Move-Item -Path kubelogin\kubelogin.exe -Destination C:\Windows\kubectl-oidc_login.exe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment