remove socketlb
This commit is contained in:
parent
ff56d9dc0d
commit
d192d02fbb
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ cluster:
|
||||||
cni:
|
cni:
|
||||||
exclusive: false
|
exclusive: false
|
||||||
devices: bond+
|
devices: bond+
|
||||||
socketLB:
|
# socketLB:
|
||||||
enabled: false # supposed to be default off, but it's enabled anyway, and looks fun lol # TODO: 2024-06-02: temporarily turned off to attempt fixing endpoint creation timeout
|
# enabled: false # supposed to be default off, but it's enabled anyway, and looks fun lol # TODO: 2024-06-02: temporarily turned off to attempt fixing endpoint creation timeout
|
||||||
hostNamespaceOnly: true # KubeVirt compatibility
|
# hostNamespaceOnly: true # KubeVirt compatibility
|
||||||
enableRuntimeDeviceDetection: true
|
enableRuntimeDeviceDetection: true
|
||||||
endpointRoutes:
|
endpointRoutes:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue