Skip to content

Helm create default user job unable to pull private registry image #9801

@vsimon

Description

@vsimon

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

No one assigned

    Labels

    kind:bugThis is a clearly a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions