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 <skuznets@redhat.com>
de48cd3 to
0f058f5
Compare
|
/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 DetailsNeeds 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