ceph
This commit is contained in:
10
ceph/ceph-csi/cephfs/kubernetes/csidriver.yaml
Normal file
10
ceph/ceph-csi/cephfs/kubernetes/csidriver.yaml
Normal 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
|
Reference in New Issue
Block a user