-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area/autharea/performancekind/frictionIssues causing user pain that do not have a workaroundIssues causing user pain that do not have a workaroundkind/starter-project
Milestone
Description
gcloud may check for component updates on virtually all calls, which imposes unnecessary latency. We can avoid these component checks by setting CLOUDSDK_COMPONENT_MANAGER_DISABLE_UPDATE_CHECK=1 in the environment before calling gcloud.
skaffold/pkg/skaffold/gcp/auth.go
Line 64 in e50fc5e
| cmd := exec.Command("gcloud", "auth", "print-access-token", "--format=json") |
| if auth, err := google.NewGcloudAuthenticator(); err == nil { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/autharea/performancekind/frictionIssues causing user pain that do not have a workaroundIssues causing user pain that do not have a workaroundkind/starter-project