Disable cni exclusivity.
This commit is contained in:
parent
8b9f482e75
commit
a441d6e547
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
cluster:
|
cluster:
|
||||||
name: homelab
|
name: homelab
|
||||||
id: 1
|
id: 1
|
||||||
|
cni:
|
||||||
|
exclusive: false
|
||||||
bandwidthManager:
|
bandwidthManager:
|
||||||
enabled: true
|
enabled: true
|
||||||
bbr: true
|
bbr: true
|
||||||
|
@ -16,9 +18,6 @@ loadBalancer:
|
||||||
algorithm: maglev
|
algorithm: maglev
|
||||||
mode: dsr
|
mode: dsr
|
||||||
|
|
||||||
containerRuntime:
|
|
||||||
integration: containerd
|
|
||||||
|
|
||||||
localRedirectPolicy: true
|
localRedirectPolicy: true
|
||||||
operator:
|
operator:
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
|
|
Loading…
Reference in a new issue