From 13e4c87dd7ce5383281497bde94d52b5f47ce073 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 30 Jan 2022 03:27:22 +0100 Subject: [PATCH] docs(k8up): Add intial README --- infrastructure/k8up/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 infrastructure/k8up/README.md diff --git a/infrastructure/k8up/README.md b/infrastructure/k8up/README.md new file mode 100644 index 000000000..33bc914c5 --- /dev/null +++ b/infrastructure/k8up/README.md @@ -0,0 +1,18 @@ +K8up +=== + +This component provides backup capabilities to the cluster. The backup repository and objects are namespaced, providing good isolation for all backups. + + +Nice to knows +--- + +- This operator requires separate installation of CRD. This is currently not part of this module, which makes it essentially broken. Will be fixed down the line. + +Links +--- + +- [Docs](https://k8up.io) +- [Helm Chart](https://artifacthub.io/packages/helm/appuio/k8up) +- [Source Code](https://github.com/k8up-io/k8up) +- [Forum](https://github.com/k8up-io/k8up/discussions) -- GitLab