1
0

add ebs to todo

This commit is contained in:
michael 2022-11-03 16:25:55 +13:00
parent 47266ef6b7
commit e5fdf35669

View File

@ -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