fix: change devices
All checks were successful
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 39s
renovate / renovate (push) Successful in 1m37s

This commit is contained in:
2026-02-12 13:53:44 -06:00
parent d9090e17f4
commit a40b5916ea
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ spec:
matchLabels:
kubernetes.io/hostname: talos-ix7-xku
interfaces:
- "^enp.*"
- enp6s0
externalIPs: true
loadBalancerIPs: true

View File

@@ -37,7 +37,7 @@ cilium:
mode: "default"
bpf:
hostLegacyRouting: true
devices: '^(enp|end|eth)[0-9a-z]*'
devices: end0 enp6s0
enableK8sEndpointSlice: true
ciliumEndpointSlice:
enabled: true