2 Commits

Author SHA1 Message Date
78e4e8f1ee chore(deps): update dependency kubernetes-csi/external-snapshotter to v8.5.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 27s
2026-02-12 19:55:21 +00:00
a40b5916ea 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
2026-02-12 13:53:44 -06:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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