Contributor Guide
Operator Development
Start a test cluster
If using kind
kind create cluster
kubectl config use-context kind-kind
Install the operator
To install the operator from the repository
helm upgrade --install netchecks-operator operator/charts/netchecks/ -n netchecks --create-namespace