Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 619 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 619 Bytes

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