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

Enable IPv4/IPv6 forwarding on demand automatically #5833

Merged
merged 1 commit into from
Jan 4, 2024

Commits on Jan 2, 2024

  1. Enable IPv4/IPv6 forwarding on demand automatically

    Although it has been documented as a prerequisite in [1], there are
    some platforms not enabling ip forwarding by default. kube-proxy ipvs
    mode and some CNIs enable it by themselves to ensure Pod networking
    work properly.
    
    As Antrea needs IP forwarding to be enabled, there seems no reason to
    not do it by itself, rather than expecting users or other components to
    do it.
    
    [1] https://kubernetes.io/docs/setup/production-environment/container-runtimes/#install-and-configure-prerequisites
    
    Signed-off-by: Quan Tian <qtian@vmware.com>
    tnqn committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e785be4 View commit details
    Browse the repository at this point in the history