Skip to content
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

Add a pdb template for the http-add-on interceptor #662

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

abatilo
Copy link
Contributor

@abatilo abatilo commented 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 #658

@abatilo
Copy link
Contributor Author

abatilo commented Jul 15, 2024

Changes made. Please take a look when you can @tomkerkhove

Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, any concerns @zroubalik?

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 <AaronBatilo@gmail.com>
@JorTurFer JorTurFer merged commit 2d8e903 into kedacore:main Sep 2, 2024
8 checks passed
wozniakjan pushed a commit that referenced this pull request 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 <AaronBatilo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing PDB for http addon interceptors
4 participants