Add kubernetes-csi/external-snapshotter

This commit is contained in:
2025-08-04 19:39:20 +03:00
parent 882ffdd92a
commit 20704e3a24
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# external-snapshotter
https://github.com/kubernetes-csi/external-snapshotter/tree/master

View File

@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
# Pull in the VolumeSnapshot CRDs
resources:
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
# Pull in the Snapshot Controllers RBAC and Deployment
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml