fix: [Flow Control]: Optionally disable endpoint subset filtering while dispatching requests#2126
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Welcome @aishukamal! |
|
Hi @aishukamal. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
/retest |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aishukamal, kfswain The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherrypick release-1.3 |
|
@kfswain: new pull request created: #2155 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…le dispatching requests (kubernetes-sigs/gateway-api-inference-extension#2126) * Optionally disable endpoint subset filtering while dispatching requests from epp * Fix formatting issues * Address comments, use variadic function args
Fixes a bug where queued requests during Scale-from-Zero fail to be dispatched due to stale
x-gateway-destination-endpoint-subsetmetadata.What type of PR is this?
/kind bug
/kind feature
What this PR does / why we need it:
This PR adds an option to disable subset filtering in EPP. If we don't disable subset filtering, all requests sent during SFZ will timeout and fail.
Which issue(s) this PR fixes:
Fixes #2117
Does this PR introduce a user-facing change?: