Skip to content

Commit

Permalink
Network binding plugin, docs: Add compute resource overhead
Browse files Browse the repository at this point in the history
Following PR kubevirt#12235, it is now possible
to specify memory overhead for the virt-launcher's compute
container.

Add an explanation about the compute resource overhead
in general, with a note that only memory overhead request
is currently supported.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Jul 10, 2024
1 parent 98a5d2c commit 77553be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/network/network-binding-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,3 +492,16 @@ The following points should be addressed in relation to migration support:
> is started and plugging it back at the destination after the migration completes.
> Future development will consider adding a new migration method to support
> migration for such interfaces.

## Compute Resource Overhead

Some plugins may need additional resources to be added to the compute container of the virt-launcher pod.

It is possible to specify compute resource overhead that will be added to the `compute` container of virt-launcher pods
derived from virtual machines using the plugin.

> **Note**: At the moment, only memory overhead requests are supported.

For a network binding plugin to support compute resource overhead, the `computeResourceOverhead` field
must be specified in the Kubevirt CR.
See the user-guide network binding plugin [section](https://kubevirt.io/user-guide/network/network_binding_plugins/#register) on how to define it.

0 comments on commit 77553be

Please sign in to comment.