[release-4.7] Bug 2073964: Fix a bug in deletion of webhook service for replacement#282
Conversation
The condition that checks for an error with the webhook service deletion is based on the wrong variable, and the return statement is never reached, which leads to a continuous error when OLM tries to replace the webhook service on certain conditions Signed-off-by: orenc1 <ocohen@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: e9aef37a1f293bbbf833206f2037a2f36ffe2673
|
@openshift-cherrypick-robot: Bugzilla bug 2070131 has been cloned as Bugzilla bug 2073964. Retitling PR to link against new 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. |
|
@openshift-cherrypick-robot: This pull request references Bugzilla bug 2073964, which is invalid:
Comment 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@perdasilva: This pull request references Bugzilla bug 2073964, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@perdasilva: This pull request references Bugzilla bug 2073964, which is invalid:
Comment 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. |
|
/close |
|
@perdasilva: Closed this PR. 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. |
* Adds BundleLookupFailed condition type It was previously defined and used in the operator codebase. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> * Adds new Subscription condition types These conditions will be used to indicate unpack status on the subscription level. Previously unpack status was indicated on the InstallPlan, but since we now want to prevent InstallPlan from being created in a case of unpack job failure we need to indicate unpack job failures in Subscription conditions. --------- Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> Upstream-repository: api Upstream-commit: de0138f9c02444413a5878c6dc770cff7a51e19f
* Adds BundleLookupFailed condition type It was previously defined and used in the operator codebase. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> * Adds new Subscription condition types These conditions will be used to indicate unpack status on the subscription level. Previously unpack status was indicated on the InstallPlan, but since we now want to prevent InstallPlan from being created in a case of unpack job failure we need to indicate unpack job failures in Subscription conditions. --------- Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> Upstream-repository: api Upstream-commit: de0138f9c02444413a5878c6dc770cff7a51e19f
* Adds BundleLookupFailed condition type It was previously defined and used in the operator codebase. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> * Adds new Subscription condition types These conditions will be used to indicate unpack status on the subscription level. Previously unpack status was indicated on the InstallPlan, but since we now want to prevent InstallPlan from being created in a case of unpack job failure we need to indicate unpack job failures in Subscription conditions. --------- Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> Upstream-repository: api Upstream-commit: de0138f9c02444413a5878c6dc770cff7a51e19f
This is an automated cherry-pick of #272
/assign perdasilva