csi-driver-nvmf/examples/kubernetes/example/storageclass.yaml
Meinhard Zhou 411117889a fix: make example available
1. fix path error in pkg/nvmf/fabrics.go
2. add nvmf kernel target setup guide
3. update example and deploy yaml

Signed-off-by: Meinhard Zhou <zhouenhua@bytedance.com>
2022-08-19 18:04:40 +08:00

7 lines
153 B
YAML

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: csi-nvmf-sc
provisioner: csi.nvmf.com
reclaimPolicy: Delete
allowVolumeExpansion: true