/kubevirt-csi-driver-operator

KubeVirt CSI driver operator for provisioning KubeVirt user clusters storage

Primary LanguageGoApache License 2.0Apache-2.0

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