We are using Kubernetes v1.9.5
on bare metal, deployed with kubespray
, network driver - flannel
.
When doing HTTP request from pod to another service, if that service has no endpoint, request hangs for exactly 130 seconds (I checked in via NodeJS
net library and via curl
).
Where this value comes from?
We noticed in while writing retries that try to establish connection to service.
Any help appreciated.