Installing VolumeSnapshot CRDs
Refer to this page to install VolumeSnapshot CRDs
Prerequisite
kubectl api-resources | grep volumesnapshotvolumesnapshotclasses snapshot.storage.k8s.io/v1beta1 false VolumeSnapshotClass
volumesnapshotcontents snapshot.storage.k8s.io/v1beta1 false VolumeSnapshotContent
volumesnapshots snapshot.storage.k8s.io/v1beta1 true VolumeSnapshotInstalling CRDs
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-5.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yamlkubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-5.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yamlkubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-5.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yamlLast updated