-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not count requests with K-Kubelet-Probe header (#5987)
* Do not count requests with K-Kubelet-Probe header When livenessProbe.httpGet is configured in Knative app, the probe request routes through the queue-proxy and the request count is incremented. Due to this behavior, pod cannot be scaled down. To fix it, this patch changes to stop counting the request with K-Kubelet-Probe header. * Add scaledown check to e2e test
- Loading branch information
1 parent
7b6e76d
commit 55556a8
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters