mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-03 18:53:01 +00:00
Add L2 Load Balancer (#16)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
55deb994c6
commit
52a3d0eb3b
@@ -21,7 +21,7 @@ vrrp_instance VI_1 {
|
||||
auth_pass {{ lookup('password', 'secrets/kubeadm/keepalived/auth_pass length=64') }}
|
||||
}
|
||||
virtual_ipaddress {
|
||||
10.0.70.85/24
|
||||
10.0.75.80/24
|
||||
}
|
||||
track_script {
|
||||
check_apiserver
|
||||
|
||||
Reference in New Issue
Block a user