mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
![]() * 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> |
||
---|---|---|
.. | ||
install-ovn.sh | ||
provider.sh | ||
README.md |
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