mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-05-01 12:43:50 +00:00
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>
7 lines
153 B
YAML
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 |