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
google: Don't log failure to connect to ERROR.
Currently, if the GCE client fails to connect, it logs an ERROR-
level log message, which is misleading if the user wasn't trying
to launch anything on GCE. This commit changes the behavior to
be consistent with the other clusters: the error gets returned
to the cluster launch code, which then logs it at DEBUG level.