This is a research project. Do not try to use it in production.
- Prepare a Kubernetes cluster with Virtlet installed.
- Deploy cluster-api and provider
kubectl apply -f provider-components.yaml
Create cluster and machines:
kubectl apply -f hack/examples/cluster.yml
kubectl apply -f hack/examples/master-machine.yml
kubectl apply -f hack/examples/machine.yml