-
Notifications
You must be signed in to change notification settings - Fork 165
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
adding kubevip service election #192
adding kubevip service election #192
Conversation
defaults/main.yml
Outdated
@@ -51,6 +51,12 @@ rke2_kubevip_ipvs_lb_enable: false | |||
# Enable layer 4 load balancing for control plane using IPVS kernel module | |||
# Must use kube-vip version 0.4.0 or later | |||
|
|||
rke2_kubevip_service_election_enable: false | |||
# By default ARP mode provides a HA implementation of a VIP (your service IP address) which will receive traffic on the kube-vip leader. | |||
# To circumvent this kube-vip has implemented a new function which is "leader election per service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the trailing white space on the end of this line. Thanks
https://github.com/lablabs/ansible-role-rke2/actions/runs/7888640859/job/21870718938?pr=192
README.md
Outdated
@@ -90,6 +90,13 @@ rke2_kubevip_ipvs_lb_enable: false | |||
# Enable layer 4 load balancing for control plane using IPVS kernel module | |||
# Must use kube-vip version 0.4.0 or later | |||
|
|||
rke2_kubevip_service_election_enable: false | |||
# By default ARP mode provides a HA implementation of a VIP (your service IP address) which will receive traffic on the kube-vip leader. | |||
# To circumvent this kube-vip has implemented a new function which is "leader election per service", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the trailing white space from this line. Thanks
https://github.com/lablabs/ansible-role-rke2/actions/runs/7888640859/job/21870718938?pr=192
@MonolithProjects done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
adding kube vip service leader election
https://kube-vip.io/docs/usage/kubernetes-services/#load-balancing-load-balancers-when-using-arp-mode-yes-you-read-that-correctly-kube-vip-v050
Type of change
How Has This Been Tested?
run on my internal clusters with successes