This commit is contained in:
marsal wang
2022-01-10 18:14:29 +08:00
parent 253495db88
commit 840804f079
26 changed files with 2268 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
# if Kubernetes version is less than 1.18 change
# apiVersion to storage.k8s.io/v1beta1
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: cephfs.csi.ceph.com
spec:
attachRequired: true
podInfoOnMount: false