-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
/cc @zheng1 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: duanjiong The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@duanjiong @zheng1 make sure this change will not break any existing functions, the regression testing should be fully covered the existing functions. |
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 <djduanjiong@gmail.com>
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
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 #101, #98, #81, #63
Fix incorrect vip display when there are multiple private ip's.
Signed-off-by: Duan Jiong djduanjiong@gmail.com