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
webhooksupportabilitycontroller: do not use one second timeout when asserting a webhook connection
previously the dial timeout to a webook was set to one second
which seems to be very aggressive and can cause failures which can put the operator into degraded state.
This PR reads the timeout value for a webhook from the spec
or uses a default value of 10 seconds if it wasn't specified
0 commit comments