fix: change devices
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user