From 86668b80a3fc01b1f6775ef647c73eabf1418ae1 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 7 Aug 2025 18:50:22 +0300 Subject: [PATCH] Fix external-snapshotter --- external-snapshotter/kustomization.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/external-snapshotter/kustomization.yaml b/external-snapshotter/kustomization.yaml index c098368..3523c66 100644 --- a/external-snapshotter/kustomization.yaml +++ b/external-snapshotter/kustomization.yaml @@ -5,4 +5,10 @@ namespace: kube-system # Pull in the VolumeSnapshot CRDs resources: - - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/refs/heads/master/client/config/crd/kustomization.yaml \ No newline at end of file + - 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 Controller’s 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