Specify an image pull secret
See original GitHub issueDescription
Add a parameter images.airflow.imagePullSecrets
to support this secret for fetching airflow images.
Use case/motivation
When deploying custom images (e.g. the extended images with DAGs embedded or dependencies installed) they are often pushed somewhere like a private Gitlab repository. To successfully pull them after, secrets would need to be specified similar to this.
Related issues
Don’t believe any other issue pertains, but may have missed something.
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Pull an Image from a Private Registry - Kubernetes
This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or...
Read more >Creating imagePullSecrets for a specific namespace - IBM
An imagePullSecrets is an authorization token, also known as a secret, that stores Docker credentials that are used for accessing a registry.
Read more >Using image pull secrets | OpenShift Container Platform 4.8
You can obtain the image pull secret from the Red Hat OpenShift Cluster Manager. This pull secret is called pullSecret . You use...
Read more >Pulling Images from Container Registry during Kubernetes ...
You have to use kubectl to create a Docker registry secret. · You have to specify the image to pull from Container Registry,...
Read more >Use a custom image or private registry - Bitnami Documentation
If you configure the image value to one in a private registry, you will need to specify an image pull secret. Manually create...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@onemec could you elaborate on how did you fix it? I am actually looking for a solution for the exactly the same use case that you describe in this issue.
It seems that this actually uses the following:
Providing further documentation or the ability to specify this within the values.yaml file for Helm parameters would help simplify using this feature.