containerized-data-importer/cluster-up/cluster/kind-ovn
Alex Kalenyuk 745e4df162
Update kubevirtci, 1.31 lanes (#3555)
* Bump kvci to latest

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Switch testing lanes to 1.31/1.30

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

* Retry seeding images

This fails often since the most recent kvci bump,
so let's retry

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>

---------

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2024-12-17 09:34:01 +01:00
..
install-ovn.sh Update kubevirtci, 1.30 lanes (#3343) 2024-07-26 06:25:15 +02:00
provider.sh Update kubevirtci, 1.31 lanes (#3555) 2024-12-17 09:34:01 +01:00
README.md Update kubevirtci, 1.30 lanes (#3343) 2024-07-26 06:25:15 +02:00

OVN K8S in a Kind cluster

Provides a k8s cluster that runs using KinD The cluster is completely ephemeral and is recreated on every cluster restart. The KubeVirt containers are built on the local machine and are then pushed to a registry which is exposed at localhost:5000.

Bringing the cluster up

export KUBEVIRT_PROVIDER=kind-ovn
make cluster-up

Bringing the cluster down

export KUBEVIRT_PROVIDER=kind-ovn
make cluster-down

FAQ

In case the cluster deployment fails, you need to make sure you have enough watches add those to /etc/sysctl.conf, and apply it sysctl -p /etc/sysctl.conf.

sysctl fs.inotify.max_user_watches=1048576
sysctl fs.inotify.max_user_instances=512