# Kubevirt
[KubeVirt](kubevirt.io) is a CNCF incubating project hosted on [github](https://github.com/kubevirt/kubevirt) to run virtual machines in Kubernetes.

## Description
 Run virtual machines in Kubernetes, full integration with Big Bang is in progress.

## Badges
*coming soon...*

## Visuals
*coming soon...*

## Installation
*coming soon...*

## Usage
*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

## Support
*coming soon...*

## Roadmap
*coming soon...*

## Contributing
The KubeVirt package is open to contribution, view our [CONTRIBUTING.md](CONTRIBUTING.md) guide for details.

## License
This project uses the [Apache License version 2.0](LICENSE)

## Project status
Active Development