Get http://<master-ip>:<nodeport>/metrics: context deadline exceeded Get http://<master-ip>:<nodeport>/metrics: context deadline exceeded kubernetes kubernetes

Get http://<master-ip>:<nodeport>/metrics: context deadline exceeded


As @gayahtri confirmed in comments

it worked for me. – gayathri

If you have same issue as mentioned in topic check out this github issue

specifically this answer added by @simonpasquier

We have debugged it offline and the problem was the network. Running the Prometheus container with "--network=host" solved the issue.