Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kubermatic/kubevirt-csi-driver-operator

KubeVirt CSI driver operator for provisioning KubeVirt user clusters storage
https://github.com/kubermatic/kubevirt-csi-driver-operator

Last synced: 9 days ago
JSON representation

KubeVirt CSI driver operator for provisioning KubeVirt user clusters storage

Awesome Lists containing this project

README

        

# KubeVirt CSI Driver Operator

Operator that installs KubeVirt CSI Driver components and initializes storage classes on tenant clusters.

## Build

### Binary
```shell
make build
```

### Docker image
```shell
make docker-image
```

## Manifests

### Generate
```shell
make manifests
```

### Install
Deploy CRDs on k8s cluster
```shell
make install
```

### Deploy
Deploys operator on k8s cluster
```shell
make deploy
```

### Fetch manifests
Fetch CRD manifest
```shell
bin/kustomize build config/crd
```

Fetch operator manifest
```shell
bin/kustomize build config/default
```

## Run tests
```shell
make test
```