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

Support Internal Traffic Policy in AntreaProxy #2792

Merged
merged 1 commit into from Apr 1, 2022

Commits on Mar 31, 2022

  1. Support InternalTrafficPolicy in AntreaProxy

    InternalTrafficPolicy is introduced in Kubernetes 1.21. Service Internal
    Traffic Policy enables internal traffic restrictions to only route
    internal traffic to Endpoints within the Node the traffic originated
    from. The "internal" traffic here refers to traffic originated from Pods
    in the current cluster. This can help to reduce costs and improve
    performance.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f6804fc View commit details
    Browse the repository at this point in the history