-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[release-1.7] Scaling to zero now works when target-burst-capacity is zero. #13504
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.7] Scaling to zero now works when target-burst-capacity is zero. #13504
Conversation
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.
Codecov ReportBase: 86.57% // Head: 86.53% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## release-1.7 #13504 +/- ##
===============================================
- Coverage 86.57% 86.53% -0.04%
===============================================
Files 196 196
Lines 14515 14515
===============================================
- Hits 12566 12561 -5
- Misses 1651 1654 +3
- Partials 298 300 +2
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. |
|
/lgtm |
|
[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 |
knative#13504) 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. Co-authored-by: dprotaso <dprotaso@gmail.com>
knative#13504) (#49) 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. Co-authored-by: dprotaso <dprotaso@gmail.com> Co-authored-by: Knative Prow Robot <knative-prow-robot@google.com> Co-authored-by: dprotaso <dprotaso@gmail.com>
knative#13504) 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. Co-authored-by: dprotaso <dprotaso@gmail.com>
knative#13504) (#50) 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. Co-authored-by: dprotaso <dprotaso@gmail.com> Co-authored-by: Knative Prow Robot <knative-prow-robot@google.com> Co-authored-by: dprotaso <dprotaso@gmail.com>
This is an automated cherry-pick of #13501