From 47266ef6b7c56ece03ce7f66cc3021a1475e576b Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 3 Nov 2022 15:04:24 +1300 Subject: [PATCH] add backup to todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dff394c..e8a5e34 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ An outline of the steps, which are roughly broken up by playbook: - [x] Create a kubernetes cluster from those 3 VMs - [Link](https://code.balsillie.net/michael/IaC/src/branch/master/ansible/playbooks/05_k8s_deploy.yaml) - [x] Install calico networking into the cluster. - [x] Remove the taint from control plane nodes. <-- Optional -- [x] Configure cluster storage using rook +- [x] Configure cluster storage using rook. <-- This didn't work due to hardware limitations (3 x VHDs on a single spinning HDD) +- [ ] 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 What you don't see here is setup/configuration of an Opnsense VM to act as a firewall, this is too far off from being possible to automate.