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