-
Notifications
You must be signed in to change notification settings - Fork 140
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
fix: when delete DSCI CR get stuck because the current instance updated and not preperly remove finalizer on it #1142
fix: when delete DSCI CR get stuck because the current instance updated and not preperly remove finalizer on it #1142
Conversation
- after remove servicemesh and update condition, instance has been updated - use retryonconflict to make sure it is removed when something else might also update DSCI at the same time Signed-off-by: Wen Zhou <[email protected]>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CFSNM, lburgazzoli The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
fb6a37f
into
opendatahub-io:incubation
… it (opendatahub-io#1142) - after remove servicemesh and update condition, instance has been updated - use retryonconflict to make sure it is removed when something else might also update DSCI at the same time Signed-off-by: Wen Zhou <[email protected]>
… it (opendatahub-io#1142) - after remove servicemesh and update condition, instance has been updated - use retryonconflict to make sure it is removed when something else might also update DSCI at the same time Signed-off-by: Wen Zhou <[email protected]>
Description
For investigation in https://issues.redhat.com/browse/RHOAIENG-10300 we can identify the problem is from an updated DSCI before removing finalizer.
To unblock this problem in regression, this is just a workaround.
and we need a proper work as suggested in https://issues.redhat.com/browse/RHOAIENG-10300
Current change:
https://issues.redhat.com/browse/RHOAIENG-9606
How Has This Been Tested?
local build: quay.io/wenzhou/opendatahub-operator-catalog:v2.15.1-9096
test step:
also verified in QE cluster
Screenshot or short clip
Merge criteria