fix: change devices
This commit is contained in:
@@ -12,6 +12,6 @@ spec:
|
||||
matchLabels:
|
||||
kubernetes.io/hostname: talos-ix7-xku
|
||||
interfaces:
|
||||
- "^enp.*"
|
||||
- enp6s0
|
||||
externalIPs: true
|
||||
loadBalancerIPs: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user