Image pull issue at high invocation rates #653
-
Describe the bug
At lower invocation rates, and even with single-node clusters, I do not see this error. I am using images from the GitHub container registry. How can I solve this issue? To Reproduce Expected behavior Logs The vhive.stdout logs get filled with the below message
Notes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
hi @aditya2803, this is expected behavior. Aproduction system would not have pull rates as most of the image layers are cached. To address this issue you need to mimic a long-running system, you should modify your experiment driver scripts to pre-pull the required images. |
Beta Was this translation helpful? Give feedback.
hi @aditya2803, this is expected behavior. Aproduction system would not have pull rates as most of the image layers are cached. To address this issue you need to mimic a long-running system, you should modify your experiment driver scripts to pre-pull the required images.