Azure / kubelogin

A Kubernetes credential (exec) plugin implementing azure authentication
https://azure.github.io/kubelogin/
MIT License
477 stars 88 forks source link

support of environment variable KUBECACHEDIR #500 #501

Closed jjournet closed 1 month ago

jjournet commented 1 month ago

Fix to support environment variable KUBECACHEDIR, already supported by kubectl, to change the location of folder ~/.kube/cache. This is necessary to support having different environments using different Azure identities.

jjournet commented 1 month ago

fix #500

jjournet commented 1 month ago

@weinong thank you for the approval

lint didn't like my variable, I changed it, waiting for your approval to run the actions again (sorry for the mistake)