ceph
This commit is contained in:
17
ceph/ceph-csi/rbd/kubernetes/csidriver.yaml
Normal file
17
ceph/ceph-csi/rbd/kubernetes/csidriver.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
#
|
||||
# /!\ DO NOT MODIFY THIS FILE
|
||||
#
|
||||
# This file has been automatically generated by Ceph-CSI yamlgen.
|
||||
# The source for the contents can be found in the api/deploy directory, make
|
||||
# your modifications there.
|
||||
#
|
||||
---
|
||||
# if Kubernetes version is less than 1.18 change
|
||||
# apiVersion to storage.k8s.io/v1beta1
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: CSIDriver
|
||||
metadata:
|
||||
name: "rbd.csi.ceph.com"
|
||||
spec:
|
||||
attachRequired: true
|
||||
podInfoOnMount: false
|
Reference in New Issue
Block a user