it turns out that setting a timeout on HTTP client affect watch requests made by the delegated authentication component.
with a 10 second timeout watch requests are being re-established exactly after 10 seconds even though the default request timeout for them is ~5 minutes.
this is because if multiple timeouts were set, the stdlib picks the smaller timeout to be applied, leaving other useless.
for more details see
|
||
|---|---|---|
| .. | ||
| certs_test.go | ||
| round_trip_test.go | ||
| webhook.go | ||
| webhook_v1_test.go | ||
| webhook_v1beta1_test.go | ||