Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1007 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 1007 Bytes

ovirt-imageio-populator

Volume Populator that uses disks from oVirt as a source. Currently only tested on Openshift

Installation

$ git clone https://github.com/bennyz/ovirt-imageio-populator
$ cd ovirt-imageio-populator
$ oc apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/v1.0.1/client/config/crd/populator.storage.k8s.io_volumepopulators.yaml
$ oc apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/v1.0.1/deploy/kubernetes/rbac-data-source-validator.yaml
$ oc apply -f https://raw.githubusercontent.com/kubernetes-csi/volume-data-source-validator/v1.0.1/deploy/kubernetes/setup-data-source-validator.yaml

# Openshift + kuberenetes < 1.24:
$ oc edit featuregate cluster
# Add:
# spec:
#  customNoUpgrade:
#    enabled:
#    - AnyVolumeDataSource
#  featureSet: CustomNoUpgrade
$ oc apply -f example/crd.yaml
$ oc apply -f example/deploy.yaml