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

feat: support viploadbalancer controller #2036

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

Commits on Aug 6, 2024

  1. feat: support viploadbalancer controller reconcile

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    01e296b View commit details
    Browse the repository at this point in the history
  2. feat: add sync poolservice and webhook

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    60be222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f40bfe View commit details
    Browse the repository at this point in the history
  4. feat: add service topology in service

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    50eed65 View commit details
    Browse the repository at this point in the history
  5. fix: record vrid exhausted in warning event

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ab6a662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58a4c82 View commit details
    Browse the repository at this point in the history
  7. feat: assign ip-vrid pair with ipManage

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    79bef22 View commit details
    Browse the repository at this point in the history
  8. feat: add the servicevipstatus annotation for agent to check the vip …

    …offline status
    
    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ae4e618 View commit details
    Browse the repository at this point in the history
  9. feat: add check if vip service offline in remove flow

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4adafd2 View commit details
    Browse the repository at this point in the history
  10. feat: support lb status sync with agent status

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e0cca83 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    98b2205 View commit details
    Browse the repository at this point in the history
  2. chore: use vrrp instead of ipvrid

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b5b012d View commit details
    Browse the repository at this point in the history
  3. feat: support service webhook instread of pool service

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8b9b4db View commit details
    Browse the repository at this point in the history
  4. fix: add sync mutex for race condition

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cabf02c View commit details
    Browse the repository at this point in the history
  5. feat: use endpoint slice to check vip status

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1f89541 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: remove unused client in service webhook

    Signed-off-by: wangxye <[email protected]>
    wangxye committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    71bf9ce View commit details
    Browse the repository at this point in the history