-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Scaling to zero now works when target-burst-capacity is zero. #13501
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
Conversation
Codecov ReportBase: 86.44% // Head: 86.44% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #13501 +/- ##
=======================================
Coverage 86.44% 86.44%
=======================================
Files 196 196
Lines 14600 14600
=======================================
Hits 12621 12621
Misses 1678 1678
Partials 301 301
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
/retest |
The autoscaler sends a probe to detect the activator is in the data path. This probe was inadvertently passed to the user container which was preventing scale to 0.
b07f1fb to
912ecdb
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
|
/assign @dprotaso |
|
whoops |
|
/lgtm |
|
/cherry-pick release-1.8 |
|
/cherry-pick release-1.7 |
|
/cherry-pick release-1.6 |
|
/cherry-pick release-1.5 |
|
@dprotaso: new pull request created: #13503 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@dprotaso: new pull request created: #13504 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@dprotaso: new pull request created: #13505 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@dprotaso: new pull request created: #13506 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Fixes #13487
Proposed Changes
path. This probe was inadvertently passed to the user container which
was preventing scale to 0.
Release Note