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:
|
||||
name: homelab
|
||||
id: 1
|
||||
cni:
|
||||
exclusive: false
|
||||
bandwidthManager:
|
||||
enabled: true
|
||||
bbr: true
|
||||
|
@ -16,9 +18,6 @@ loadBalancer:
|
|||
algorithm: maglev
|
||||
mode: dsr
|
||||
|
||||
containerRuntime:
|
||||
integration: containerd
|
||||
|
||||
localRedirectPolicy: true
|
||||
operator:
|
||||
rollOutPods: true
|
||||
|
|
Loading…
Reference in a new issue