Restoring zero initial scale behavior#646
Conversation
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
|
/test e2e-graph |
|
/test e2e-graph |
spolti
left a comment
There was a problem hiding this comment.
Why so many removals?
Most of it seems to be related with knative, @brettmthompson are these correct?
Also, shouldn't the sync made by Edgar include these changes?
|
@spolti all removals are for code that was added for reading the knative configuration from the knative serving custom resource. After syncing the initial scale changes from upstream this is no longer needed because we read this configuration from the This PR is to the |
I might be missing here, is this PR the same than we already have on upstream but it wasn't synced yet with our master? |
|
@spolti this PR is not the same as what we have on upstream. We are introducing logic exclusive to midstream to throw set initial scale to zero if zero min replicas are requested. |
israel-hdez
left a comment
There was a problem hiding this comment.
Basically, this removes remainders from the Knative operator approach, and re-aligns with upstream for using the ConfigMap. I think this is good.
I only had one quite minor comment. Let me know if it is intended so I can approve.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brettmthompson, israel-hdez 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 |
|
/test e2e-predictor |
|
/test e2e-predictor |
3b6d478
into
opendatahub-io:release-v0.15
What this PR does / why we need it:
RHOAIENG-26265
Syncing upstream initial scale behavior and restoring ODH specific zero initial scale behavior enabled in 537
Type of changes
Please delete options that are not relevant.
Feature/Issue validation/testing:
Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Checklist:
Release note:
Re-running failed tests
/rerun-all- rerun all failed workflows./rerun-workflow <workflow name>- rerun a specific failed workflow. Only one workflow name can be specified. Multiple /rerun-workflow commands are allowed per comment.