Add wait-for-drain to AuthorizationPolicy for system paths used by Knative #3760
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/serving
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/nice-to-have
triage/needs-eng-input
Engineering input is requested
Milestone
Expected Behavior
In page https://knative.dev/v0.22-docs/serving/istio-authorization/#allowing-access-from-system-pods-by-paths, the given AuthorizationPolicy gives access to paths
/metrics
and/healthz
. I expected the given AuthorizationPolicy to also include the/wait-for-drain
path. Knative uses this path to wait until all requests in the queue are complete before terminating a Pod.Actual Behavior
The included Authorization policy does not include the
/wait-for-drain
path.The text was updated successfully, but these errors were encountered: