include bond interfaces
This commit is contained in:
parent
76e7901a2f
commit
a7b8662796
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
loadBalancerIPs: true
|
loadBalancerIPs: true
|
||||||
# interfaces: ["^enp.*|^eth.*|^ens.*|^eno.*"]
|
# interfaces: ["^enp.*|^eth.*|^ens.*|^eno.*"]
|
||||||
interfaces: ["^eno+|^enp+"]
|
interfaces: ["^eno+|^enp+|^bond+"]
|
||||||
|
# interfaces: ["^bond+"]
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
|
|
Loading…
Reference in a new issue