Skip to content

KubeVirt CSI driver operator for provisioning KubeVirt user clusters storage

License

Notifications You must be signed in to change notification settings

kubermatic/kubevirt-csi-driver-operator

Repository files navigation

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