-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
kind:bugThis is a clearly a bugThis is a clearly a bug
Description
Apache Airflow version:
apache/airflow:1.10.10.1-alpha2-python3.6
Kubernetes version (if you are using kubernetes) (use kubectl version):
Environment:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a): - Install tools:
- Others:
What happened:
In the airflow/chart values.yaml file, I defined a registry connection to a private registry. The webserver defaultUser is enabled by default and will create a job to create the default user. The job fails to start citing that it is unable to pull the image.
Define this in the values.yaml file and make sure webserver:defaultUser is enabled:
registry:
connection:
host: ...
user: ...
pass: ...
What you expected to happen:
The create default user job successfully pulls its image.
How to reproduce it:
Anything else we need to know:
Metadata
Metadata
Assignees
Labels
kind:bugThis is a clearly a bugThis is a clearly a bug