kubeasz/roles/lb/templates/keepalived-backup.conf.j2

16 lines
257 B
Plaintext
Raw Normal View History

2017-11-11 19:14:21 +08:00
global_defs {
router_id {{ LB_NAME }}
}
vrrp_instance VI-kube-master {
state BACKUP
priority 110
dont_track_primary
interface {{ LB_IF }}
virtual_router_id 51
advert_int 3
virtual_ipaddress {
{{ MASTER_IP }}
}
}