ansible/awx-operator

Operator loops forever with invalid images

Open

#338 opened on May 27, 2021

View on GitHub
 (1 comment) (4 reactions) (0 assignees)Jinja (712 forks)auto 404
help wantedtype:enhancement

Repository metrics

Stars
 (1,488 stars)
PR merge metrics
 (PR metrics pending)

Description

I made a typo on my CR with the image override.

The operator is looping forever now.

It timeouts here:

TASK [installer : Apply deployment resources] **********************************

Would be great to mark the CR as invalid and skip it after N failures or so, stoping the reconciliation loop instead of looping due to a ImagePullBackOff deploying the instance

Contributor guide