2026-04-22 03:02:13 +00:00
|
|
|
---
|
|
|
|
|
kube_vip_version: v1.1.2
|
2026-04-22 03:50:03 +00:00
|
|
|
kube_vip_interface: "{{ ansible_default_ipv4.interface | default('eth0') }}"
|
2026-04-22 03:02:13 +00:00
|
|
|
kube_vip_address: "{{ kube_api_endpoint }}"
|
2026-04-23 03:55:52 +00:00
|
|
|
kube_vip_prepull_images:
|
|
|
|
|
- docker.io/rancher/mirrored-pause:3.6
|
|
|
|
|
- ghcr.io/kube-vip/kube-vip:{{ kube_vip_version }}
|