Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operations, network: Declare network hotplug feature as GA #841

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/network/hotplug_interfaces.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Hotplug Network Interfaces

Release:

- v1.1.0: Alpha
- v1.3.0: Beta
- v1.4.0: GA

KubeVirt supports hotplugging and unplugging network interfaces into a running Virtual Machine (VM).

Expand All @@ -24,11 +26,6 @@ to be added to a running pod. This is not trivial, and has some requirements:
this Multus version exposes an endpoint to create attachments for a given pod
on demand.

### Enabling network interface hotplug support
Network interface hotplug support must be enabled via a
[feature gate](https://kubevirt.io/user-guide/operations/activating_feature_gates/#how-to-activate-a-feature-gate).
The feature gates array in the KubeVirt CR must feature `HotplugNICs`.

## Adding an interface to a running VM
First start a VM. You can refer to the following example:
```yaml
Expand Down