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
cmd: handle --version before metadata initialization
Print the version and exit before any cloud or metadata setup so that
invoking '--version' doesn't attempt IMDS or in-cluster Kubernetes API
calls. Previously those initialization attempts could time out or fail
in CI, local, or isolated build environments and cause '--version' to
return a non-zero status.
Normal startup behavior is unchanged when '--version' is not used.
Signed-off-by: Debasish Biswas <[email protected]>
0 commit comments