You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test it with a 1 GB volume which is mounted to test-ss statefulset nginx app. But I’d like to take all volumes’ snapshots in mongodb namespace.
Status:
Velero sends metadata to vmware object storage but can’t send snapshots which I specified for a namespace in schedules.
What did you expect to happen:
Send all volumes’ snapshots in mongodb namespace
Next Goals
Take incremental backups everyday (metadata + snapshots)
Take full backups every week (metadata + snapshots)
No, I've not tried MiniO. I've created a python script which uses longhorn api to trigger the backup&snapshot process. I've used velero to take and send metada.
What steps did you take and what happened:
Deployed:
https://github.com/kubernetes-csi/external-snapshotter/blob/master/client/config/crd/kustomization.yaml
https://github.com/kubernetes-csi/external-snapshotter/blob/master/deploy/kubernetes/csi-snapshotter/kustomization.yaml
https://github.com/kubernetes-csi/external-snapshotter/blob/master/deploy/kubernetes/snapshot-controller/kustomization.yaml
Then installed helm chart:
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
helm install velero vmware-tanzu/velero --namespace velero-test -f values-5.2.0.yaml
I tried to test it with a 1 GB volume which is mounted to test-ss statefulset nginx app. But I’d like to take all volumes’ snapshots in mongodb namespace.
Status:
Velero sends metadata to vmware object storage but can’t send snapshots which I specified for a namespace in schedules.
What did you expect to happen:
Next Goals
The output of the following commands will help us better understand what's going on:
My values file and velero pod outputs (loglevel info and warning) are in https://gist.github.com/burhan-b/515c452c16cc07afd13086fb88b41123
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
helm version
): 5.2.0helm list -n <YOUR NAMESPACE>
): velero-testkubectl version
): 1.26.5/etc/os-release
): Ubuntu 20.04.4 LTSThe text was updated successfully, but these errors were encountered: