-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[release-1.18] Fix min-scale transition #16100
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
[release-1.18] Fix min-scale transition #16100
Conversation
a previous revision should scale down when only the next revision is ready
|
/lgtm I might see if there are other patches we might want to merge along with this one /hold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, knative-prow-robot 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.18 #16100 +/- ##
================================================
- Coverage 80.89% 80.87% -0.03%
================================================
Files 210 210
Lines 16744 16760 +16
================================================
+ Hits 13545 13554 +9
- Misses 2847 2857 +10
+ Partials 352 349 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/hold cancel |
* adjust revisionfailure test image to allow changing the state of the pod * include test to ensure min-scale transition works as expected a previous revision should scale down when only the next revision is ready * fix linter warnings * fix revision conditions when initial scale isn't achieved * give more time for the pods to be running * log pod states when it fails * ensure new revision becomes ready and holds scale while old revision is scaled down --------- Co-authored-by: Dave Protasowski <[email protected]>
This is an automated cherry-pick of #16094