-
Notifications
You must be signed in to change notification settings - Fork 544
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
Disable clusteroperator for package server #932
Conversation
This is likely to fail upgrade because it leaves a stranded operator version. I would recommend reverting the change that broke the upgrade rather than completely disabling the operator (which is likely to break others who depend on it for testing) |
(If this doesn’t fail upgrade tests that’s probably a bug in the upgrade tests...) |
@smarterclayton We have recently introduced this I can definitely revert the PR that that introduced this clusteroperator object as well if that is desired. But I think it would have the same effect. |
/test unit |
Upgrade tests run against both 4.1 and recent builds of 4.2, so the e2e-aws-upgrade job should be failing because you removed an operator it knows about |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, tkashem 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 |
/hold |
/hold cancel |
/hold |
/refresh |
Keeping this staged just in case, but #925 should have fixed the underlying bug, making this unnecessary. |
Fixed the underlying issue |
Disable clusteroperator for package server while we fix https://bugzilla.redhat.com/show_bug.cgi?id=1723818.