Add DigitalOcean storage
This commit is contained in:
parent
a314988c99
commit
4840d9e0e1
24 changed files with 587 additions and 1 deletions
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
##############################################
|
||||
########### ############
|
||||
########### Snapshot CRDs ############
|
||||
########### ############
|
||||
##############################################
|
||||
#
|
||||
# The following CRD's are created by the csi-snapshotter, however it
|
||||
# complicates installing a driver, because we're not able to install a custom
|
||||
# VolumeSnapshotClass until the csi-snapshotter sidecar is up and running. We
|
||||
# pulled out the CRD's and put them here to simplify the installation for the
|
||||
# users. Make sure these are up to date with the original ones whenever we
|
||||
# release a new version: https://github.com/kubernetes-csi/external-snapshotter/blob/master/cmd/csi-snapshotter/create_crd.go
|
||||
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: volumesnapshotclasses.snapshot.storage.k8s.io
|
||||
spec:
|
||||
group: snapshot.storage.k8s.io
|
||||
names:
|
||||
kind: VolumeSnapshotClass
|
||||
plural: volumesnapshotclasses
|
||||
scope: Cluster
|
||||
version: v1alpha1
|
||||
subresources:
|
||||
status: {}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue