Skip to content

Instantly share code, notes, and snippets.

@febri4n
Last active July 17, 2024 01:32
Show Gist options
  • Save febri4n/cfaf4a05f54538e2d0e56e29816bb321 to your computer and use it in GitHub Desktop.
Save febri4n/cfaf4a05f54538e2d0e56e29816bb321 to your computer and use it in GitHub Desktop.
Installing VolumeSnapshot CRDs
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/release-8.0/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment