I have a blackbox exporter deployed on a K8S cluster, The problem is, some URLs (which are using the default http_2xx module) get "context deadline exceeded" in the logs (the timeout is 15s)
It's weird because when I click on the blackbox exporter link in the Prometheus job, I get 504 Gateway Time-out error and I don't see any results (but clicking on the debug log in the section of the recent probe of blackbox homepage opens the result page):
I also have another pod on the same node as the blackbox exporter but the other pod can curl the address without any problem
here is the http_2xx configuration: