Report this

What is the reason for this report?

Docker image pulls from DOCR Registry extremely slow sometimes

Posted on June 17, 2025

My k8s cluster (not DOKS) is stuck for several minutes pulling images from the DOCR Registry. Is there bandwidth limitations that I’m missing somewhere? I’m on the professional plan.

Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  8m58s  default-scheduler  Successfully assigned mystuff/redacted-service-69c554976d-bt2nr to k0r0ptserver4
  Normal  Pulling    8m59s  kubelet            Pulling image "registry.digitalocean.com/my-fake-registry/redacted-service:abcdef0"


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Haven’t seen this personally, been pulling from DOCR regularly and it’s been fast for me, even with larger images. So it doesn’t sound like a general bandwidth limitation.

That said, a few things to check:

  • Try pulling the image manually from one of the nodes with docker pull to see if it’s a DOCR issue or something on the K8s side.

  • Check if this only happens on specific nodes or at certain times, could be related to image caching or network congestion.

  • Check the size of the images. If the images are huge it might be understandable that it takes a while, especially when pulled on fresh new nodes without any layers already cached.

If it’s consistently slow, definitely reach out to the DigitalOcean support, they can look into DOCR performance or regional issues on their end.

Let me know if you narrow it down!

- Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.