-
Notifications
You must be signed in to change notification settings - Fork 221
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
Missing PDB for http addon interceptors #658
Comments
@abatilo are you willing to contribute this? |
abatilo
added a commit
to abatilo/charts-1
that referenced
this issue
Jul 14, 2024
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests. Closes kedacore#658
abatilo
added a commit
to abatilo/charts-1
that referenced
this issue
Jul 14, 2024
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests. Closes kedacore#658 Signed-off-by: Aaron Batilo <[email protected]>
Hi @zroubalik! I am willing to contribute this! |
abatilo
added a commit
to abatilo/charts-1
that referenced
this issue
Jul 15, 2024
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests. Closes kedacore#658 Signed-off-by: Aaron Batilo <[email protected]>
abatilo
added a commit
to abatilo/charts-1
that referenced
this issue
Jul 16, 2024
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests. Closes kedacore#658 Signed-off-by: Aaron Batilo <[email protected]>
wozniakjan
pushed a commit
that referenced
this issue
Sep 25, 2024
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests. Closes #658 Signed-off-by: Aaron Batilo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no pod disruption budget on the http addon interceptors, which means that during node rollover, there might not be any interceptors available to add requests to its queue. Since the queues themselves are in memory, that means that there would be dropped requests.
Could we add a PDB to that replicaset?
The text was updated successfully, but these errors were encountered: