Refactor kube-vip and rke2 configuration to use null for vip_interface
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
- name: port
|
- name: port
|
||||||
value: "6443"
|
value: "6443"
|
||||||
- name: vip_interface
|
- name: vip_interface
|
||||||
value: "enP4p65s0"
|
value: null
|
||||||
- name: vip_cidr
|
- name: vip_cidr
|
||||||
value: "32"
|
value: "32"
|
||||||
- name: cp_enable
|
- name: cp_enable
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
# dashboard.yaml
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: dashboard
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- web
|
||||||
|
routes:
|
||||||
|
- match: Host(`node03.local`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: api@internal
|
||||||
|
kind: TraefikService
|
||||||
Reference in New Issue
Block a user