kubevirt compatibility
This commit is contained in:
parent
2f215b4e6f
commit
c5735b5261
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ cni:
|
||||||
containerRuntime:
|
containerRuntime:
|
||||||
integration: containerd
|
integration: containerd
|
||||||
devices: enp+
|
devices: enp+
|
||||||
|
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
|
||||||
|
hostNamespaceOnly: true # KubeVirt compatibility
|
||||||
enableRuntimeDeviceDetection: true
|
enableRuntimeDeviceDetection: true
|
||||||
endpointRoutes:
|
endpointRoutes:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue