forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new example VMI (vmi-kernel-boot) for testing
Signed-off-by: Itamar Holder <[email protected]>
- Loading branch information
1 parent
eead144
commit a941e54
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
apiVersion: kubevirt.io/v1 | ||
kind: VirtualMachineInstance | ||
metadata: | ||
labels: | ||
special: vmi-kernel-boot | ||
name: vmi-kernel-boot | ||
spec: | ||
domain: | ||
devices: {} | ||
firmware: | ||
kernelBoot: | ||
container: | ||
image: registry:5000/kubevirt/alpine-ext-kernel-boot-demo:devel | ||
initrdPath: /boot/initramfs-virt | ||
kernelPath: /boot/vmlinuz-virt | ||
kernelArgs: console=ttyS0 | ||
machine: | ||
type: "" | ||
resources: | ||
requests: | ||
memory: 1Gi | ||
terminationGracePeriodSeconds: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters