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

gatewayapi: add support for session affinity #1507

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Commits on Sep 11, 2023

  1. gatewayapi: add support for session affinity

    Add support for Canary releases with session affinity for Gateway API.
    This enables any Gateway API implementation that supports
    [`ResponseHeaderModifier`](https://github.com/kubernetes-sigs/gateway-api/blob/3d22aa5a08413222cb79e6b2e245870360434614/apis/v1beta1/httproute_types.go#L651)
    to be used with session affinity.
    
    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    00fcf99 View commit details
    Browse the repository at this point in the history
  2. e2e: add tests for canary releases with session affinity

    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a312f6a View commit details
    Browse the repository at this point in the history
  3. remove all usages of autoscaling/v2beta2 from docs

    Signed-off-by: Sanskar Jaiswal <[email protected]>
    aryan9600 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0eaf054 View commit details
    Browse the repository at this point in the history