Packer
KubeVirt
@hashicorp
The KubeVirt plugin can be used with HashiCorp Packer to create KubeVirt images.
- Official
Updated 2 weeks ago
- GitHub(opens in new tab)
KubeVirt
Installation
To install this plugin, copy and paste this code into your Packer configuration, then run packer init
.
packer {
required_plugins {
kubevirt = {
source = "github.com/hashicorp/kubevirt"
version = ">=0.8.0"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
$ packer plugins install github.com/hashicorp/kubevirt
Components
Builders
- kubevirt-iso - This builder starts from a ISO file and builds virtual machine image on a KubeVirt cluster.