Nuno Silva
09/21/2020, 1:08 PMimage_pull_secret
and I've tried with setting it in the custom scheduler/worker yaml files and also as an argument in DaskKubernetesEnvironment
. Both fail. Looking the cluter error it gives is:
Failed to pull image "<image_url>": rpc error: code = Unknown desc = Error response from daemon: Get <image_url>: unauthorized: authentication required, visit <https://aka.ms/acr/authorization> for more information.
Looking into the yaml of the job submitted to the cluster (Pods->Actions->Edit) it is clear that there is no field as bellow:
imagePullSecrets:
- name: regcred
Is it a bug or I'm doing something wrong? Thank youjosh
09/21/2020, 1:28 PMNuno Silva
09/21/2020, 1:49 PM