-
Notifications
You must be signed in to change notification settings - Fork 77
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
OCPBUGS-17791: CatalogSource: update GoDoc #291
OCPBUGS-17791: CatalogSource: update GoDoc #291
Conversation
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
=======================================
Coverage 42.11% 42.11%
=======================================
Files 39 39
Lines 3495 3495
=======================================
Hits 1472 1472
Misses 1877 1877
Partials 146 146
|
We won't be setting a memory limit, so udpate the doc. Signed-off-by: Steve Kuznetsov <[email protected]>
de48cd3
to
0f058f5
Compare
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.
Lgtm
/hold Are we certain that these API changes won't impact existing user workflows on custom catalogSources? IIRC:
So if a user had been using this field, the pod would crash loop assuming that it always requires the same memory that initially caused the crash. If this is the case, I don't see much value in the existing behavior and would be comfortable merging this. |
The field has never been published, so it's not possible for anyone to have been using it.
Yes, as you note the only change here is that a pod that was crash-looping would no longer be. |
Thanks @stevekuznetsov |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, stevekuznetsov 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 won't be setting a memory limit, so udpate the doc.
Impl: operator-framework/operator-lifecycle-manager#3015