From 28d4413a9faade383d0d06a8220c089a9ebada52 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Tue, 4 Feb 2025 16:23:20 +0100 Subject: [PATCH] Add backup instructions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 65f9756..640e21b 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,10 @@ Calico can get in a bad state. Look for problems like `Candidate IP leak handle` kubectl rollout restart daemonset calico-node -n kube-system This will disrupt the whole cluster for a few seconds. + + +### Backup +Install Velero backup from https://github.com/vmware-tanzu/velero/releases + + velero install --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=false --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net + velero backup create rut-backup --selector 'backup notin (ignore)' \ No newline at end of file