Another question of `DaskKubernetesEnvironment`: I...
# prefect-community
n
Another question of `DaskKubernetesEnvironment`: I'm saving the images in azure container registry. I've created an
image_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:
Copy code
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:
Copy code
imagePullSecrets:
    - name: regcred
Is it a bug or I'm doing something wrong? Thank you
j
Do you think you could open a detailed issue on the repo with what you are attempting (including the yaml manifests)? Will be easier to triage on github 🙂
n
Will do. Thanks