Bug 1806019 - Image Pruner can fail if image registry is Removed
Summary: Image Pruner can fail if image registry is Removed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Image Registry
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 4.5.0
Assignee: Corey Daley
QA Contact: Wenjing Zheng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-21 20:12 UTC by Adam Kaplan
Modified: 2020-08-04 18:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-04 18:01:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-image-registry-operator pull 464 0 None closed Bug 1806019: Enable --prune-registry flag 2020-12-24 16:45:33 UTC
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-08-04 18:01:31 UTC

Description Adam Kaplan 2020-02-21 20:12:39 UTC
Description of problem:

If the automatic image pruner is enabled and the image registry itself is `Removed`, the image pruning jobs can fail.


Version-Release number of selected component (if applicable): 4.4.0


How reproducible: Always


Steps to Reproduce:
1. Create an image pruner CRD
2. Mark the internal registry as `Removed`
3. Run the image pruner

Actual results:

Image pruner jobs fail trying to prune images from the non-existent registry.


Expected results:

Image pruner jobs only prune image metadata in etcd.

Additional info:

Comment 3 Wenjing Zheng 2020-03-10 10:04:16 UTC
Verified on 4.5.0-0.nightly-2020-03-06-190457:
zhengwenjings-MacBook-Pro:4.5 wzheng$ oc logs pods/image-pruner-1583834340-ln8wn
Only API objects will be removed.  No modifications to the image registry will be made.
Deleting istags wewang1/ruby-25-rhel7: latest
Deleting istags wewang1/ruby: latest
Deleted 2 objects.
zhengwenjings-MacBook-Pro:4.5 wzheng$ oc get pods
NAME                                               READY   STATUS      RESTARTS   AGE
cluster-image-registry-operator-85f5f69dbc-lggmw   2/2     Running     0          32h
image-pruner-1583834340-ln8wn                      0/1     Completed   0          2m22s
image-pruner-1583834400-56mgl                      0/1     Completed   0          82s
image-pruner-1583834460-jx7tt                      0/1     Completed   0          22s
node-ca-8qk28                                      1/1     Running     0          32h
node-ca-drvh8                                      1/1     Running     0          32h
node-ca-k77rk                                      1/1     Running     0          3h24m
node-ca-v2v9m                                      1/1     Running     0          32h
node-ca-z4vb6                                      1/1     Running     0          3h21m
node-ca-zwjk8                                      1/1     Running     0          32h

Comment 5 errata-xmlrpc 2020-08-04 18:01:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.5 image release advisory), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2409


Note You need to log in before you can comment on or make changes to this bug.