Questions tagged [velero]
67 questions
0
votes
1 answer
Correctly annotating pods based on the volumes attached
I have a set of pods and they have volumes. I want to annotate each pod with
backup.velero.io/backup-volumes=,
I have tried to run a command like this
kubectl get pods -n dev -o name | \
xargs -I{}…

kosta
- 4,302
- 10
- 50
- 104
0
votes
3 answers
How can I install Velero Client on my Ubuntu machine?
I tried both option 1 and option 2 as listed in the documentation, but no tar ball was downloaded.
I am truly confused. Is it necessary to install Velero locally and a server in the Kube cluster?
I tried on both Windows and Linux, and got no result.…

Chams Mansouri
- 71
- 2
- 11
0
votes
2 answers
How to provide credentials for s3 bucket provider to Velero when creating a new backup-location
Velero is installed in the cluster. At the installation velero was given credentials to s3 provider with --secret-file parameter and everything works fine.
Now I would like to create a new backup-location which will use buckets from a different s3…

BanzaiTokyo
- 1,376
- 4
- 17
- 33
0
votes
1 answer
How do I check if Velero is installed in my cluster?
There is a Kubernetes cluster that I am not really familiar with. I need to set up backups with Velero. It is possible that velero has been installed on the cluster by someone else. How do I make sure it has or has not been previously installed…

BanzaiTokyo
- 1,376
- 4
- 17
- 33
0
votes
0 answers
Velero Backups: Restoring Statefulset (e.g couchbase) leads to "Multi-Attach error for volume"
I'm backing up couchbase on kubernetes using velero. Backups worke fine, even stores of the namespace and PV,PVC. However, the couchbase node(s) fail to come up following restore, due to what appears to be some kind of race condition which results…

Traiano Welcome
- 783
- 2
- 12
- 24
0
votes
1 answer
Creating pv backups on AKS managed disks (dynamic) using velero
I'm currently trying out Azure AKS and during setup I obviously also want to make backups. For this the best practice seems to be velero. According to the documentation of velero to include pv snapshots you would annotate the pod/deployment.…

xtrc
- 89
- 9
0
votes
1 answer
Problem restoring k8s cluster backup using heptio ark
We are trying to have a replica of a k8s cluster. We already have the cluster backup in s3 which is done by ark running inside the cluster (as a schedular). I am trying to restore the data to new cluster manually, I have the tar.gz file in the vm,…

Saurabh
- 326
- 3
- 10