-
Bug
-
Resolution: Done
-
Major
-
1.31.0
-
None
-
None
-
False
-
None
-
False
-
-
Current Kourier gateway has uses healthcheck/fail before stop:
lifecycle: preStop: exec: command: ["/bin/sh","-c","curl -X POST --unix /tmp/envoy.admin http://localhost/healthcheck/fail; sleep 15"]
However, there is another option "drain_listeners", which is used by Istio. We should evaluate if it improves the shutdown behavior or not. Especially we want to make sure that longer-running requests will not be ungracefully terminated during scaling down the gateways.
- relates to
-
SRVKS-1113 setting KnativeServing .spec.workloads[].replicas does work for HPA-enabled components (activator and webhook)
- Closed