Add a public VIP to the k8s cluster
This commit is contained in:
parent
2c3fe97089
commit
1d0d1f7eb2
@ -53,4 +53,12 @@
|
|||||||
advert_int: 1
|
advert_int: 1
|
||||||
auth_pass: "{{ secret_keepalived_pass }}"
|
auth_pass: "{{ secret_keepalived_pass }}"
|
||||||
vip: "192.168.102.202/16"
|
vip: "192.168.102.202/16"
|
||||||
|
- name: VI_4
|
||||||
|
state: "{{ keepalived_state | default('BACKUP') }}"
|
||||||
|
interface: eth0
|
||||||
|
virtual_router_id: 53
|
||||||
|
priority: "{{ keepalived_priority }}"
|
||||||
|
advert_int: 1
|
||||||
|
auth_pass: "{{ secret_keepalived_pass }}"
|
||||||
|
vip: "192.168.102.240/16"
|
||||||
tags: [ k8s, keepalived ]
|
tags: [ k8s, keepalived ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user