Skip to content

Commit

Permalink
Kubevirt: Bump to v1.1.0 for usb passthrough
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Durbin <[email protected]>
  • Loading branch information
andrewd-zededa authored and eriknordmark committed Apr 30, 2024
1 parent 3407011 commit ff3bea4
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 116 deletions.
2 changes: 1 addition & 1 deletion pkg/kube/cluster-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0

K3S_VERSION=v1.26.3+k3s1
KUBEVIRT_VERSION=v0.59.0
KUBEVIRT_VERSION=v1.1.0
LONGHORN_VERSION=v1.6.0
CDI_VERSION=v1.57.0
NODE_IP=""
Expand Down
4 changes: 3 additions & 1 deletion pkg/kube/kubevirt-features.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: kubevirt.io/v1
kind: KubeVirt
metadata:
Expand All @@ -6,8 +7,9 @@ metadata:
spec:
configuration:
permittedHostDevices:
pciHostDevices: # <- PCIe passthrough devices like nvme drives
pciHostDevices: # <- PCIe passthrough devices like nvme drives/NIC
mediatedDevices: # <- GPUs
usb: # <- USB passthrough
developerConfiguration:
featureGates:
- LiveMigration
Expand Down
Loading

0 comments on commit ff3bea4

Please sign in to comment.