Authentication to pull image private registry for xcom sidecar #769
Unanswered
robkuehl
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project I use airflow deployed in an Openshift Cluster. Several KubernetesPodOperators write to xcom and therefore use the xcom sidecar container which is pulled from docker hub. Unfortunately, we reached the pull limit for unregistered docker users. Now I would like to pull the alpine image for the sidecar container from a private gitlab registry.
Therefore I added the following to the values.yaml:
Now when I start the pipeline, In receive the following error:
How / Where do I add authentication for my private registry?
Beta Was this translation helpful? Give feedback.
All reactions