b3e88712bd
The Proxmox Ubuntu clones are exposing their primary NIC as eth0, not ens18. Use ansible_default_ipv4.interface for k3s flannel and kube-vip so bootstrap tracks the actual interface name instead of a guessed template default.
5 lines
150 B
YAML
5 lines
150 B
YAML
---
|
|
kube_vip_version: v1.1.2
|
|
kube_vip_interface: "{{ ansible_default_ipv4.interface | default('eth0') }}"
|
|
kube_vip_address: "{{ kube_api_endpoint }}"
|