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

ingress: remove unused annotations #30733

Merged

Commits on Feb 21, 2024

  1. ingress: remove unused annotations

    The following Ingress annotations aren't actually used by any Ingress related logic.
    
    - `ingress.cilium.io/tcp-keep-alive`
    - `ingress.cilium.io/tcp-keep-alive-idle`
    - `ingress.cilium.io/tcp-keep-probe-interval`
    - `ingress.cilium.io/tcp-keep-probe-max-failures`
    - `ingress.cilium.io/websocket`
    
    Support has been removed with cilium#21386, while
    introducing the shared loadbalancer support.
    
    Therefore, this commit uses the unused annotations and their functionality.
    
    Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
    mhofstetter committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7da2c00 View commit details
    Browse the repository at this point in the history