Development Guide
How to build Kube-OVN
Kube-OVN is developed by Go and uses Go Modules to manage dependency.
git clone https://github.com/alauda/kube-ovn.git
cd kube-ovn
make release
How to run e2e tests
Kube-OVN uses KIND to setup a local Kubernetes cluster
and Ginkgo as the test framework to run the e2e tests.
make kind-init
# wait all pod ready
make e2e