Replies: 1 comment 5 replies
-
Hi All, Thank you. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are using knative to do auto scaling of grpc service based on the number of requests. Autoscaling up and down works well based on the configuration. However we have issue of Knative sending incoming new requests to terminating pod from the previous run. Here is out knative serviec yaml
I wanted to understand, how do we debug this issue and figure out why and how knative sends incoming grpc requests to pod.
which logs will help to analyse on this issue.
Thank you for the help.
Beta Was this translation helpful? Give feedback.
All reactions