mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
deploy: remove snapshot v1beta1 references from manifests
This commit remove the v1beta1 snapshot references as its no longer valid or to be concerned about. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
539686329f
commit
b839c3aa63
@ -1,12 +1,4 @@
|
||||
---
|
||||
# Snapshot API version compatibility matrix:
|
||||
# v1beta1:
|
||||
# v1.17 =< k8s < v1.20
|
||||
# 2.x =< snapshot-controller < v4.x
|
||||
# v1:
|
||||
# k8s >= v1.20
|
||||
# snapshot-controller >= v4.x
|
||||
# We recommend to use {sidecar, controller, crds} of same version
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
|
@ -1,19 +1,11 @@
|
||||
---
|
||||
# Snapshot API version compatibility matrix:
|
||||
# v1beta1:
|
||||
# v1.17 =< k8s < v1.20
|
||||
# 2.x =< snapshot-controller < v4.x
|
||||
# v1:
|
||||
# k8s >= v1.20
|
||||
# snapshot-controller >= v4.x
|
||||
# We recommend to use {sidecar, controller, crds} of same version
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: csi-cephfsplugin-snapclass
|
||||
driver: cephfs.csi.ceph.com
|
||||
parameters:
|
||||
# String representing a Ceph cluster to provision storage from.
|
||||
# String representing a Ceph cluster to provision storage snapshot from.
|
||||
# Should be unique across all Ceph clusters in use for provisioning,
|
||||
# cannot be greater than 36 bytes in length, and should remain immutable for
|
||||
# the lifetime of the StorageClass in use.
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
name: csi-nfsplugin-snapclass
|
||||
driver: nfs.csi.ceph.com
|
||||
parameters:
|
||||
# String representing a Ceph cluster to provision storage from.
|
||||
# String representing a Ceph cluster to provision storage snapshot from.
|
||||
# Should be unique across all Ceph clusters in use for provisioning,
|
||||
# cannot be greater than 36 bytes in length, and should remain immutable for
|
||||
# the lifetime of the StorageClass in use.
|
||||
|
@ -1,12 +1,4 @@
|
||||
---
|
||||
# Snapshot API version compatibility matrix:
|
||||
# v1beta1:
|
||||
# v1.17 =< k8s < v1.20
|
||||
# 2.x =< snapshot-controller < v4.x
|
||||
# v1:
|
||||
# k8s >= v1.20
|
||||
# snapshot-controller >= v4.x
|
||||
# We recommend to use {sidecar, controller, crds} of same version
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
|
@ -1,19 +1,11 @@
|
||||
---
|
||||
# Snapshot API version compatibility matrix:
|
||||
# v1beta1:
|
||||
# v1.17 =< k8s < v1.20
|
||||
# 2.x =< snapshot-controller < v4.x
|
||||
# v1:
|
||||
# k8s >= v1.20
|
||||
# snapshot-controller >= v4.x
|
||||
# We recommend to use {sidecar, controller, crds} of same version
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: csi-rbdplugin-snapclass
|
||||
driver: rbd.csi.ceph.com
|
||||
parameters:
|
||||
# String representing a Ceph cluster to provision storage from.
|
||||
# String representing a Ceph cluster to provision storage snapshot from.
|
||||
# Should be unique across all Ceph clusters in use for provisioning,
|
||||
# cannot be greater than 36 bytes in length, and should remain immutable for
|
||||
# the lifetime of the StorageClass in use.
|
||||
|
Loading…
Reference in New Issue
Block a user