The image I sent was the output I got from my VMs. I eventually enabled the AutoScaler, successfully scheduling the tasks. However, I now have another issue: how can I use an image available in our GCP Artifact Registry?
I added the Artifact Registry Reader role to the service account used by the AutoScaler, and in the initialization script, I included Docker authentication ( gcloud auth configure-docker
) as well as a Docker pull command for the image from the Artifact Registry.
However, I am still constantly getting the following error message in the failed jobs console:
docker: Error response from daemon: pull access denied for <image_name>
Hi @<1826791494376230912:profile|CornyLobster42> , can you add logs from the VMs themselves? They should be saved on the Autoscaler