Operator that installs KubeVirt CSI Driver components and initializes storage classes on tenant clusters.
make build
make docker-image
make manifests
Deploy CRDs on k8s cluster
make install
Deploys operator on k8s cluster
make deploy
Fetch CRD manifest
bin/kustomize build config/crd
Fetch operator manifest
bin/kustomize build config/default
make test