Newer
Older
[KubeVirt](kubevirt.io) is a CNCF incubating project hosted on [github](https://github.com/kubevirt/kubevirt) to run virtual machines in Kubernetes.
Run virtual machines in Kubernetes, full integration with Big Bang is in progress.
*coming soon...*
### Updating the KubeVirt Big Bang Chart
The helm chart needs to be created from raw manifests, as no equivalent alternative is publicly supported.
1. Generate the chart manifests
```shell
export VERSION=x.y.z # must manually set version
make update-chart
make clean
```
2. Review changes, update, and commit
The KubeVirt package is open to contribution, view our [CONTRIBUTING.md](CONTRIBUTING.md) guide for details.