github Azure/kubelogin v0.0.20
v0.0.20 release

latest releases: v0.2.10, v0.2.9, v0.2.8...
3 years ago

Bugs

The change in v0.0.19 introduced passing the tenantID from input kubeconfig to azurecli. This resulted in error in azurecli when it's logged in using MSI as MSI login does not support tenant ID. (#123)

From this release and on, kubelogin convert-kubeconfig will disregard the tenant ID from input kubeconfig when convert to azurecli. If overriding tenant ID in azurecli mode is desired, add --tenant-id explicitly during conversion. For instance,

az aks get-credentials -g ${RG} -n ${AKS} && kubelogin convert-kubeconfig -l azurecli --tenant-id ${TENANT_ID}

Don't miss a new kubelogin release

NewReleases is sending notifications on new releases.