Add a public VIP to the k8s cluster

This commit is contained in:
Salt 2021-04-29 11:48:22 -05:00
parent 2c3fe97089
commit 1d0d1f7eb2

View File

@ -53,4 +53,12 @@
advert_int: 1
auth_pass: "{{ secret_keepalived_pass }}"
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 ]