From 888e3bab414b1d60f5001c8d813d2b7fd1bd6b04 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 1 Mar 2025 13:42:19 +0100 Subject: [PATCH] Longhorn: add CRDs --- longhorn/README.md | 2 ++ longhorn/kustomization.yaml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 longhorn/README.md create mode 100644 longhorn/kustomization.yaml diff --git a/longhorn/README.md b/longhorn/README.md new file mode 100644 index 0000000..4428e9b --- /dev/null +++ b/longhorn/README.md @@ -0,0 +1,2 @@ +https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/537 +https://github.com/kubernetes-csi/external-snapshotter/blob/master/README.md#usage \ No newline at end of file diff --git a/longhorn/kustomization.yaml b/longhorn/kustomization.yaml new file mode 100644 index 0000000..27e9a4e --- /dev/null +++ b/longhorn/kustomization.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +namespace: longhorn-system + +resources: +- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml +- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml +- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml