Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

gcr.io image ImagePullBackOff #31

Description

@sundar-cs

Hi,

While following the quickstart (or development.md) and deploying the CR, there's an ImagePullBackOff error (Back-off pulling image "gcr.io/airflow-operator/airflow:1.10.2") on an AWS KOPS cluster, with the operator running locally & also on the cluster.

Just FYI there were a couple of other errors too prior to the above, such as:
(1)
RBAC related (Required value: resource rules must supply at least one api group) due to apiGroup not specified under Rules for Role and ClusterRole in the YAMLs.
This was fixed by including the apiGroups under "rules" for these.
(2)
Object 'Kind' is missing (for all the YAMLs under template folder due to "---" at the start).
This was fixed by deleting the line with "---".

With above fixes it was able to proceed further and "make run" (operator running locally for instance) is fine and the mysql-celery base CR is also created successfully.
But while trying to create the mysql-celery cluster CR, the pods fail with ImagePullBackOff.

Also just a simple "docker pull gcr.io/airflow-operator/airflow:1.10.2" too results in:
Error response from daemon: Get https://gcr.io/v2/airflow-operator/airflow/manifests/1.10.2: unknown: Project 'project:airflow-operator' not found or deleted.

Trying latest version (i.e. without specifying 1.10.2) etc too fails.
Has the image path (or version) changed ?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions