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

Add ACNP appliedto NodePort svc support #3997

Merged
merged 4 commits into from
Aug 8, 2022
Merged

Commits on Jul 28, 2022

  1. Add ACNP appliedto Nodeport svc support

    Fixes antrea-io#1580
    With this PR users could use ACNP to control the external access of a Nodeport service.
    1. Add `service` field in `appliedTo` of ACNP.
    2. Add `Service` in `AppliedToGroup` and appliedToGroup with `Service` will span to all Nodes.
    3. Use groupIDs of a Service to do destination matching.
    4. Use `ct_nw_src` to do source matching.
    
    Signed-off-by: wgrayson <wgrayson@vmware.com>
    GraysonWu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8320584 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Address comments

    Address comments and add more validation UT cases.
    
    Signed-off-by: wgrayson <wgrayson@vmware.com>
    GraysonWu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2bc822d View commit details
    Browse the repository at this point in the history
  2. Handle node add/delete event

    Signed-off-by: wgrayson <wgrayson@vmware.com>
    GraysonWu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bbf780c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Add proxyAll restriction in the doc

    Signed-off-by: wgrayson <wgrayson@vmware.com>
    GraysonWu committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c4034ad View commit details
    Browse the repository at this point in the history