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

Automated cherry pick of #106163: kube-proxy: fix stale detection logic #106239

Commits on Nov 8, 2021

  1. kube-proxy: fix stale detection logic

    The logic to detect stale endpoints was not assuming the endpoint
    readiness.
    
    We can have stale entries on UDP services for 2 reasons:
    - an endpoint was receiving traffic and is removed or replaced
    - a service was receiving traffic but not forwarding it, and starts
    to forward it.
    
    Add an e2e test to cover the regression
    Antonio Ojea committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    53d4c15 View commit details
    Browse the repository at this point in the history