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 abatilo requested a review from a team as a code owner July 14, 2024 16:35
@abatilo abatilo force-pushed the abatilo/interceptor-pdb branch from 1d6c23d to 1467b04 Compare July 14, 2024 16:36
@abatilo abatilo force-pushed the abatilo/interceptor-pdb branch from 1467b04 to 73e59d0 Compare July 15, 2024 13:54
@abatilo abatilo requested a review from tomkerkhove July 15, 2024 13:55
@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 <[email protected]>
@abatilo abatilo force-pushed the abatilo/interceptor-pdb branch from 73e59d0 to a9d43bc Compare July 16, 2024 15:46
@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 <[email protected]>
wozniakjan pushed a commit to wozniakjan/keda-charts that referenced this pull request Nov 28, 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]>
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