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