-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
We want to be able to work on the operator on a local cluster. To be able to do that, we need a cluster with clusterapi.
Cluster API has a kubevirt provider.
So we need to setup a cluster with kubevirt. We can do that using kind.
So the setup would look like:
- setup a local cluster with kind:
- ideally using podman
- having access to
/dev/kvmso that we don't use nested virt with kubevirt - https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman
- setup kubevirt within the kind cluster:
- setup clusterapi with the kubevirt provider in the kind cluster:
- test/develop the operator in this setup
Metadata
Metadata
Assignees
Labels
No labels