Closed iamniting closed 2 months ago
@leelavg I am deleting the webhook where I am verifying the CSV and making the replica count of the OCS-client-operator to 0. This step is after we update the subscription.
Considering that the fix will go in the 4.16 it will work fine as we won't require a subscription change from 4.16 to 4.16 upgrade.
@leelavg I am deleting the webhook where I am verifying the CSV and making the replica count of the OCS-client-operator to 0. This step is after we update the subscription.
Considering that the fix will go in the 4.16 it will work fine as we won't require a subscription change from 4.16 to 4.16 upgrade.
LGTM.
@leelavg I am deleting the webhook where I am verifying the CSV and making the replica count of the OCS-client-operator to 0. This step is after we update the subscription. Considering that the fix will go in the 4.16 it will work fine as we won't require a subscription change from 4.16 to 4.16 upgrade.
- Ack, until we get the 4.16 build w/ this fix, change in 4.17 isn't effective. Understood correctly?
Yes correct.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: iamniting, leelavg
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
/cherrypick release-4.16
@leelavg: new pull request created: #464
/cherrypick release-4.17
@iamniting: new pull request created: #465
Delete the webhook created by the ocs-client-operator as the client operator is already down in the 4.16.1 and it can not delete the webhook itself. Deleting the webhook will allow us the upgrades from 4.16 to 4.17. Otherwise it will always hit an error "failed calling webhook" while updating the channel of the ocs-client-operator subscription.
Signed-off-by: Nitin Goyal nigoyal@redhat.com
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2304073