Questions tagged [velero]
67 questions
0
votes
0 answers
How can I get the size of Velero's backups and snapshots?
For my Kubernetes cluster, I'm using Velero with Restic (for volumes snapshots) and a S3 Minio to store everything.
Is there any way to get the size of the Backups and Snapshots (done with Restic)?
And to have details on each backup, for…

Cam
- 35
- 4
0
votes
1 answer
velero with velero-plugin-for-aws backup jobs failed
k3s cluster.
I have used velero helm installation:
helm install vmware-tanzu/velero --namespace velero-minio -f helm-custom-values-minio.yaml --generate-name --create-namespace
and
helm install vmware-tanzu/velero --namespace velero-aws -f…

lk7777
- 303
- 1
- 5
- 10
0
votes
1 answer
Velero - Cant create backup - Azure
I'm trying to backup my kubernetes cluster hosted on Azure AKS service.
I followed this article https://learn.microsoft.com/en-us/azure-stack/aks-hci/backup-workload-cluster and the installation was ok, but when I try to run velero backup create…

Andy Schmitt
- 441
- 1
- 6
- 23
0
votes
1 answer
Failed to connect AWS S3 bucket form velero in kubernetes
I have added my https proxy settings underkubernetes env in velero but am getting below error.
Failed to get API Group-Resources" error="Get "https://x.x.x.x.:443/api?timeout=32s": proxyconnect tcp: EOF"…

Velu
- 3
- 2
0
votes
0 answers
Waiting for CSI driver to reconcile volumesnapshot
We have a kubernetes cluster on EKS and we wanted to take backup of some resources. We used velero for the same and it was working fine for EBS volumes but EFS were not getting backed up. On further research we found the we need to install CSI…

Vijay_Yadav
- 107
- 1
- 9
0
votes
1 answer
How to add proxy details in velero while during installation in kubernetes cluster
velero install --provider aws --plugins ********/******/velero/velero-plugin-for-aws:v1.3.1 --bucket rancher-velero-backups --secret-file ./credentials --use-volume-snapshots false --use-restic true --default-volumes-to-restic…

Velu
- 3
- 2
0
votes
2 answers
Velero: Backup and Restore using CSI snapshot
Installed velero using below command
velero install --provider aws --plugins velero/velero-plugin-for-aws:v1.4.0,velero/velero-plugin-for-csi:v0.3.0 --bucket pbsnap --secret-file ./cred-velero --use-volume-snapshots=true …

ambikanair
- 4,004
- 11
- 43
- 83
0
votes
2 answers
It's possible to add conditions in -ttl of Velero backup?
it's possible to add conditions in -ttl of Velero backup (backup from kubernetes clusters). For example: I have a schedule that makes backups everyday at 15:00, the -ttl of this backups is 72 hours, so in 72 hours, this backup will be deleted. Which…

Juan Andres solanas
- 185
- 7
0
votes
2 answers
velero backups failing for "backup resource list not found"
After the upgrade of velero from 1.3.2 to 1.7.7 backups started failing.
When describing the failing backup:
velero backup describe mypod-20220204170020 --details
Name: mypod-20220204170020
Namespace: velero
Labels: …

Morné Kruger
- 309
- 1
- 12
0
votes
1 answer
Velero - Restore Partially fails for volumes provisioned using CSI driver
As part of POC, I am trying to backup and restore volumes provisioned by the GKE CSI driver in the same GKE cluster. However, the restore fails with no logs to debug.
Steps:
Create volume snapshot class: kubectl create -f vsc.yaml
#…
0
votes
1 answer
backup store for location "default" is invalid
I'm trying to setup velero for multiple clusters in multiple AWS regions, although i'm using Github Actions and run backup in two different VMs, the EKS cluster at us-east-1 is taking backup without any issues, but not the cluster at…

Sam-Sundar
- 511
- 1
- 4
- 12
0
votes
0 answers
Velero is unable to use an Azure storage account when deployed to AKS
I'm deploying Velero using the CLI to deploy to an Azure AKS cluster with this command:
helm install velero vmware-tanzu/velero --namespace velero --set-file credentials.secretContents.cloud=./credentials-velero --set configuration.provider=azure…

Richard Wolford
- 353
- 2
- 15
0
votes
1 answer
Authorization failed and the pods are stalled in "Init:0/1" status during restoration from Velero Backup
I have a hyperledger fabric blockchain network (v2.2.0) deployed using blockchain-automation-framework (BAF) in AKS. I am trying to execute a DR Scenario to recover a complete network using Velero. I have taken a backup of a namespace using velero…

Soundarya
- 153
- 1
- 2
- 12
0
votes
1 answer
Velero + MinIO: Unknown desc = AuthorizationHeaderMalformed: The authorization header is malformed; the region 'us-east-1' is wrong;
I'm getting this issue below. Anyone has an idea what could be wrong?
user@master-1:~$ kubectl logs -n velero velero-77b544f457-dw4hf
# REMOVED
An error occurred: some backup storage locations are invalid: backup store for location "aws" is invalid:…

laimison
- 1,409
- 3
- 17
- 39
0
votes
2 answers
Getting error while AWS EKS cluster backup using Velero tool
Please let me know what is my mistake!
Used this command to backup AWS EKS cluster using velero tool but it's not working :
./velero.exe install --provider aws --bucket backup-archive/eks-cluster-backup/prod-eks-cluster/ --secret-file…

Ashish Karpe
- 5,087
- 7
- 41
- 66