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
Removes logic that checks for a "port already in use" error and instead
retries on any error. The "port already in use" error is only present in
the stderr logs of the separate process (etcd or apiserver) and will
not be surfaced in the go error.
Checking the stderr logs is an alternative solution, but it's
fragile (the message could change in the future and varies across
operating systems).
0 commit comments