-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add post-check on the params.env file for workbench images #1177
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- to prevent failure when components accidentlly pull down wrong image - check is on certain keywords, e.g new image pullspec but can be extend to any string Signed-off-by: Wen Zhou <[email protected]>
Do you mean, that params.env does not get updated by ApplyParams() call? Is it correct Jira? |
Due to conversation in opendatahub-io#1177 It may be possible that several reconciliation loops run in parallel. Signed-off-by: Yauheni Kaliuta <[email protected]>
i got the wrong number from the reporter and pasted the wrong one, corrected now |
/test opendatahub-operator-e2e |
Ok, read the problem. So, is it ApplyParams call does not change params.env (what the PR addresses IIUC) or it's not called at all? There are no comments in the Jira |
it is hard to know what exactly happened at that point of time. |
@zdtsw: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. 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-sigs/prow repository. |
Should we close it? |
Description
it is not clear in some cases, nbc image did not get properly swapped. and this is causing, nbc pod keeping trying to pull image which does not exist, e.g in disconnected env a quay.io image wont/shouldnt be there for use
often this is fixed by restart nbc deployment.
root cause still unclear for now.
this PR is only to add a post check and if it does not work then reconcile again.
https://issues.redhat.com/browse/RHOAIENG-11368
How Has This Been Tested?
Screenshot or short clip
Merge criteria