-
Notifications
You must be signed in to change notification settings - Fork 539
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 service catalog crds #596
remove the service catalog crds #596
Conversation
/assign @soltysh |
@soltysh @shawn-hurley this is what we discussed via email |
/assign @derekwaynecarr |
Can you link to the code in the 4.4 service-catalog operator that goes upgradeable==false if the operator is in managed state? /hold Once that is linked from 4.4 and @soltysh's comments are addressed, I'm ok releasing this hold |
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.
Additionally, please update the go types to explicitly have DEPRECATED, will be removed in 4.6
in the comment so there are no doubts these types will be soon gone.
For reference release notes deprecating this functionality in 4.1 https://docs.openshift.com/container-platform/4.1/release_notes/ocp-4-1-release-notes.html#ocp-4-1-notable-technical-changes |
@deads2k thanks for that reminder, it looks like it didn't get into 4.4 to set Upgradeable to False. I have two PRs up to add that: |
We are removing service catalog in OpenShift 4.5. We don't need the CRDs. We are leaving the go types until 4.6.
/retest |
6e7e306
to
49cc721
Compare
The PRs in this comment have merged: #596 (comment) |
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.
All is good and the linked PRs look legit.
/hold cancel
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmrodri, soltysh 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 |
We are removing service catalog in OpenShift 4.5. We don't need the
CRDs. We are leaving the go types until 4.6.