From 4e2ca3a4f7e002d967004417923cf9c55e43d535 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Wed, 9 Apr 2025 08:45:30 +0200 Subject: [PATCH] We don't want the data to be kept in snapshots. We want it to be migrated to s3. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d586fe..4a2d5fa 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ Save into a file called credentials-velero to be used during the install: velero install --features=EnableCSI --use-node-agent --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=true --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net --snapshot-location-config region=sto3 --wait velero schedule create prod-schedule --schedule="0 3 * * *" - velero backup create rut-prod --default-volumes-to-fs-backup=false --from-schedule prod-schedule + velero backup create rut-prod --snapshot-move-data --default-volumes-to-fs-backup=false --from-schedule prod-schedule ### Kubernetes logs and instrospection vi logging.yaml #Change destination to prod monitoring server scp logging.yaml internal-sto4-test-k8sc-0.rut.sunet.se: ssh internal-sto4-test-k8sc-0.rut.sunet.se helm repo add grafana https://grafana.github.io/helm-charts - helm upgrade grafana/k8s-monitoring -f values.yaml \ No newline at end of file + helm upgrade grafana/k8s-monitoring -f values.yaml