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 creation of GCE_VM_PRIMARY_IP NEGs for L4 ILB Services. #959

Merged
merged 3 commits into from
Jan 16, 2020

Commits on Jan 16, 2020

  1. Support creation of VM_PRIMARY_IP NEG for L4 ILB.

    LoadBalancer services will be processed only if the runL4
    flag is true. This is false by default.
    
    The neg controller also watches Nodes if runL4 is enabled.
    
    The subsetting logic minimizes node removals from Endpoint Group
    to avoid disruption to existing LB sessions.
    prameshj committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    4ee937f View commit details
    Browse the repository at this point in the history
  2. Autogenerated vendor changes.

    Generated using "go mod vendor"
    prameshj committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    376e173 View commit details
    Browse the repository at this point in the history
  3. Unit tests to verify the new L4 mode.

    Added a controller test to ensure syncers created.
    Also added unit tests for newly added utils.
    prameshj committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    112a1b1 View commit details
    Browse the repository at this point in the history