Bug 1829786: Allow scheduled retry of failed ImageStream import#112
Bug 1829786: Allow scheduled retry of failed ImageStream import#112openshift-merge-robot merged 1 commit intoopenshift:masterfrom ricardomaraschini:scheduled-reimport-on-failure
Conversation
|
@ricardomaraschini: This pull request references Bugzilla bug 1829786, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If an ImageStream tag refers to an image by SHA and we fail to import it we need to allow the schedule process to take over an try again. With this patch we now retry to import image stream tags based on SHA until it succeeds at least once.
|
/assign @dmage @bparees @adambkaplan |
|
@ricardomaraschini: This pull request references Bugzilla bug 1829786, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retitle Bug 1829786: Allow scheduled retry of failed ImageStream import |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, dmage, ricardomaraschini The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@ricardomaraschini: All pull requests linked via external trackers have merged: openshift/openshift-controller-manager#112. Bugzilla bug 1829786 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bug 1736812: fix apiVersion for operator config
If an ImageStream tag refers to an image by SHA and we fail to import it
we need to allow the schedule process to take over an try again. With this
patch we now retry to import image stream tags based on SHA until it succeeds
at least once.
For further info on the reasoning behind this PR, please check https://coreos.slack.com/archives/CE2HALN2W/p1590050918461900