-
Notifications
You must be signed in to change notification settings - Fork 23
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
remove the init container that decides the allowing of reconciliation of manager #301
base: main
Are you sure you want to change the base?
Conversation
the ocs-operator will always come up with the ocs-client op, the deployment guard was added to stop the client-op from coming up, hence removing it Signed-off-by: Rewant Soni <[email protected]>
Signed-off-by: Rewant Soni <[email protected]>
/hold for testing |
I didn't try a revert because of https://github.com/red-hat-storage/ocs-client-operator/pull/196/files#diff-5fc35123fcf790367bb280d63e74ddb015a7393edde91df0ebb77eb7e9f90f18L10, we are updating the operator-sdk version and kubebuilder version |
ack, then you can add a commit to explicitly fix them/those, anyways pls choose whatever works for you. |
@rewantsoni what's pending on this? |
@leelavg I could not test as I was busy due to 4.18 RC. I will test it today and update |
Testing:
The deployment-guard controller no longer exists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold if more votes are required.
after merge to 4.19 we need to update d/s Dockerfile.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leelavg, rewantsoni 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can merge this change once a disable Rook csi deployment in ocs-operator or in Rook CSV irrespective of modes
With convergence, the ocs-operator will always deploy the ocs-client-op, thus we no longer need the deployment guard.
This PR removes the deployment-guard init container