From e5fdf356690769d4a59b96eb9f6d0efe3d13ed80 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 3 Nov 2022 16:25:55 +1300 Subject: [PATCH] add ebs to todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8a5e34..7ccc649 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ An outline of the steps, which are roughly broken up by playbook: - [x] Install calico networking into the cluster. - [x] Remove the taint from control plane nodes. <-- Optional - [x] Configure cluster storage using rook. <-- This didn't work due to hardware limitations (3 x VHDs on a single spinning HDD) +- [ ] Possible storage setup using [openEBS](https://openebs.io/docs/#quickstart-guides) zfs or device local PV - [ ] Example PVC backups using one of [stash](https://stash.run/)/[velero](https://velero.io/)/[gemini](https://github.com/FairwindsOps/gemini) or other - [ ] Deploy workloads into the cluster