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

Refactore the Load Balancer Controller #108

Merged
merged 6 commits into from
Apr 20, 2021
Merged

Commits on Mar 22, 2021

  1. Refactore the Load Balancer Controller

    Remove useless controllers , such as zone, node,etc.
    The api is introduced to describe the objects in the load balancer, for example eip, lb, listener, backend etc.
    Fix some issues, such as yunify#101, yunify#98, yunify#81, yunify#63
    Fix incorrect vip display when there are multiple private ip's.
    
    Signed-off-by: Duan Jiong <[email protected]>
    duanjiong committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6836f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. break while lb is not exist

    Signed-off-by: Duan Jiong <[email protected]>
    duanjiong committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    71bf3cf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. return nil while lb is not exist

    Signed-off-by: Duan Jiong <[email protected]>
    duanjiong committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4bbf612 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. use default vxnet

    Signed-off-by: Duan Jiong <[email protected]>
    duanjiong committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    110c4bb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. update doc

    Signed-off-by: Duan Jiong <[email protected]>
    duanjiong committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    47d3be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    187e517 View commit details
    Browse the repository at this point in the history