Skip to content

Instantly share code, notes, and snippets.

@cwilkers
Created November 19, 2020 15:18
Show Gist options
  • Save cwilkers/a384109641e73a79f8caa855f81c8a4e to your computer and use it in GitHub Desktop.
Save cwilkers/a384109641e73a79f8caa855f81c8a4e to your computer and use it in GitHub Desktop.
---
apiVersion: hostpathprovisioner.kubevirt.io/v1beta1
kind: HostPathProvisioner
metadata:
name: hostpath-provisioner
namespace: openshift-cnv
spec:
imagePullPolicy: IfNotPresent
pathConfig:
path: "/var/hostpath"
useNamingPrefix: false
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: hostpath-provisioner
provisioner: kubevirt.io/hostpath-provisioner
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment