mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor kube-vip and rke2 configuration to use null for vip_interface
This commit is contained in:
@@ -4,7 +4,7 @@ os: "linux"
|
||||
system_timezone: "Asia/Singapore"
|
||||
|
||||
kube_vip_version: "v0.8.1"
|
||||
vip_interface: enx207bd2d0439e
|
||||
vip_interface: null
|
||||
vip: 192.168.50.210
|
||||
|
||||
metallb_version: v0.14.5
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
- name: port
|
||||
value: "6443"
|
||||
- name: vip_interface
|
||||
value: "enx207bd2d0439e"
|
||||
value: "enP4p65s0"
|
||||
- name: vip_cidr
|
||||
value: "32"
|
||||
- name: cp_enable
|
||||
|
||||
Reference in New Issue
Block a user