Auto upgrade kubelogin
See original GitHub issueWhen installing kubelogin with az aks install-cli
, kubelogin is never automatically upgraded thereafter. Is it possible to automatically upgrade kubelogin when, for example, upgrading az-cli? Or maybe it is possible to check if there is a new version every time we use kubelogin and ask the user to update if so?
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
int128/kubelogin: kubectl plugin for Kubernetes ... - GitHub
Kubectl executes kubelogin before calling the Kubernetes APIs. Kubelogin automatically opens the browser, and you can log in to the provider. keycloak-login.
Read more >Auto-upgrading nodes | Google Kubernetes Engine (GKE)
Node auto-upgrades help you keep the nodes in your cluster up-to-date with the cluster control plane version when your control plane is updated...
Read more >Kubelogin (CLI) 1.25.4 - Chocolatey Software
Deployment Method: Individual Install, Upgrade, & Uninstall · To install Kubelogin (CLI), run the following command from the command line or from PowerShell:...
Read more >kubectl with OpenID Connect. TL;DR | by Hidetake Iwata
Kubectl executes kubelogin before calling the Kubernetes APIs. Kubelogin automatically opens the browser and you can log in to the provider.
Read more >Setting up OIDC Authentication & Audit Logging ... - Kubermatic
The kubectl plugin kubelogin is the final piece and will ensure that kubectl can obtain OIDC tokens automatically.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AntoineAtLeocare Thanks for the feedback! Since this is specific to AKS, I will have to investigate if it can upgraded when running
az upgrade
.But if you were to re-run the
az aks install-cli
command, both commands should be updated to their latest.@AntoineAtLeocare Glad I could help! You are right about the docs mentioning that but if someone meets the prerequisites, I doubt they would install it a second time.
Will close this for now considering the nature of this command, unless more folks feel like this should be enhanced. Thanks for again for the feedback!