# README
KubeVirt CSI Driver Operator
Operator that installs KubeVirt CSI Driver components and initializes storage classes on tenant clusters.
Build
Binary
make build
Docker image
make docker-image
Manifests
Generate
make manifests
Install
Deploy CRDs on k8s cluster
make install
Deploy
Deploys operator on k8s cluster
make deploy
Fetch manifests
Fetch CRD manifest
bin/kustomize build config/crd
Fetch operator manifest
bin/kustomize build config/default
Run tests
make test