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

Trigger NEG syncers to sync on Node Topology CRD changes. #2677

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. Run nodeTopologyInformer

    sawsa307 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aa363c0 View commit details
    Browse the repository at this point in the history
  2. Add NodeInformer to NEG controller

    * Add NodeInformer to NewController, and add fake informer to test
      cases.
    sawsa307 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bec8fcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9f83bd View commit details
    Browse the repository at this point in the history
  4. Trigger all syncers to sync when zones or subnets changed.

     * When zones or subnets of a cluster changes, all syncers react to this
       change by either creating additional NEGs in new zone/subnet, or mark
       NEGs as Inactive/To-be-deleted.
    sawsa307 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    385b055 View commit details
    Browse the repository at this point in the history