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
Installing gcloud (and gke-gcloud-auth-plugin) adds about 1 minute to every single one of our CI jobs.
Could this be done faster somehow? 1 minute seems rather excessive, or is there a way to skip installing gcloud altogether maybe (it appears to be taking the majority of the time)? The only thing we use gcloud for is to retrieve the kubeconfig with gcloud container clusters get-credentials "$GKE_CLUSTER" --zone "$GKE_ZONE" (we use Workload Identity Federation, so maybe we can just synthesize the kubeconfig?)
Detailed design
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
Installing
gcloud
(andgke-gcloud-auth-plugin
) adds about 1 minute to every single one of our CI jobs.Could this be done faster somehow? 1 minute seems rather excessive, or is there a way to skip installing
gcloud
altogether maybe (it appears to be taking the majority of the time)? The only thing we usegcloud
for is to retrieve the kubeconfig withgcloud container clusters get-credentials "$GKE_CLUSTER" --zone "$GKE_ZONE"
(we use Workload Identity Federation, so maybe we can just synthesize the kubeconfig?)Detailed design
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: