stefanprodan / dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
MIT License
6.05k stars 1.73k forks source link

Pulling cadvisor Error #212

Closed freewheel70 closed 3 years ago

freewheel70 commented 3 years ago

Hi, I encounter the following error when executing docker-compose up -d

Pulling cadvisor (gcr.io/cadvisor/cadvisor:v0.38.7)...
ERROR: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Is there any specific reason to use this version of cadvisor ? why not google/cadvisor ?

nightah commented 3 years ago

Because google/cadvisor only gets the canary tag written and hasn't been updated in years.

All the up-to-date containers are deployed onto gcr.

nightah commented 3 years ago

The issue is likely to have been a transient network issue and not related to the location where the container is hosted, if you still have issues please let me know and we can reopen this issue.