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
Maybe not the right repository for filing this bug, but I couldn't find the correct repository. Please move this issue to whatever is the right repository for this.
Problem
As the title says, the gke-cloud-auth-plugin always prints the auth credentials for the default account.
It is impossible to use kubectl CLI with gke-cloud-auth-plugin with two different GKE clusters with two different GCP accounts because the CLOUDSDK_CONFIG environment variable is not honored by the auth plugin.
In addition to this, to choose another account, --account argument must be passed, but the args: parameter in ~/.kube/config is also not honored it seems.
The text was updated successfully, but these errors were encountered:
Maybe not the right repository for filing this bug, but I couldn't find the correct repository. Please move this issue to whatever is the right repository for this.
Problem
As the title says, the
gke-cloud-auth-plugin
always prints the auth credentials for the default account.It is impossible to use kubectl CLI with
gke-cloud-auth-plugin
with two different GKE clusters with two different GCP accounts because theCLOUDSDK_CONFIG
environment variable is not honored by the auth plugin.In addition to this, to choose another account,
--account
argument must be passed, but theargs:
parameter in~/.kube/config
is also not honored it seems.The text was updated successfully, but these errors were encountered: