Hello, we are running into an issue when running M...
# ask-metaflow
h
Hello, we are running into an issue when running Metaflow on our on-prem clusters, we are not able to pull images from Google Artifact Registry. It seem that the generated manifest is missing
Copy code
imagePullSecrets:
  - name: artifact-registry-secret
I'm not seeing an option to add this on the kubernetes decorator. Has anyone else run into this issue?
1
It seems like the workaround is to just add this property to the service account instead.
s
that is usually the simplest. but introducing support for image pull secrets is also very straightforward.
1