Questions tagged [velero]
67 questions
5
votes
2 answers
Failed to pull image "velero/velero-plugin-for-gcp:v1.1.0" while installing Velero in GKE Cluster
I'm trying to install and configure Velero for kubernetes backup. I have followed the link to configure it in my GKE cluster. The installation went fine, but velero is not working.
I am using google cloud shell for running all my commands (I have…

srsn
- 175
- 11
3
votes
1 answer
Azure AKS backup using Velero
I noticed that Velero can only backup AKS PVCs if those PVCs are disk and not Azure fileshares. To handle this i tried to use restic to backup by fileshares itself but i gives me a strange log:
This is how my actual pod looks like
apiVersion:…

Dirkos
- 488
- 1
- 10
- 33
3
votes
3 answers
some backup storage locations are invalid: backup store for location "default" is invalid:
Installed velero-client v1.1.0 from git.
Installed velero service with the following command
velero install --provider aws --bucket velero --secret-file credentials-velero \
--use-volume-snapshots=false --use-restic --backup-location-config \…

Priyanka
- 101
- 1
- 9
2
votes
2 answers
Couchbase Autonomous Operator on Kubernetes reports Pod ignored, no owner after Velero restore
I'm new here so if this comes out stupid please forgive me I've been using Couchbase over 10+ years on real hardware. I've been working on establishing CB in Kubernetes and that seems to be working just fine. I'm also using Couchbase Autonomous…

Tim Havens
- 41
- 4
2
votes
1 answer
Persistent volume is not a supported volume type for snapshots (Velero, MinIO, FSB)
We need to backup PV on an on-premise Kubernetes cluster, so we installed Velero, linked to MinIO, with Velero's File System Backup. No PV are backed up and no error is shown, only this mention appears in the logs "Persistent volume is not a…

Eric Hemmerlin
- 111
- 8
2
votes
1 answer
Not able to restore backup which has PV and PVC's to a cluster in different region [AWS EKS]
hello we are using velero in DR planning , we are working on strategy of cross region backup restore ,
We are taking backups of workloads, PV and PVC's
We are facing issues while restoring the backup to second region (US-West-2) from…

Shane Warne
- 1,350
- 11
- 24
2
votes
0 answers
Velero installation issue with AKS - "Error getting a backup store"
I am installing Velero in AKS.
Steps-
Velero(version 1.6.1) downloaded and unzipped it then moved it to the /usr/local/bin/
I have created Service Principle with the contributor role.
my credential-velero…

Darshana Patel
- 507
- 1
- 11
- 25
2
votes
0 answers
PersistentVolumeClaim not being restored using velero
I have the following values set to my velero configuration that was installed using helm.
schedules:
my-schedule:
schedule: "5 * * * *"
template:
includeClusterResources: true
includedNamespaces:
…

pkaramol
- 16,451
- 43
- 149
- 324
2
votes
1 answer
velero backup failing for GKE Cluster
I am trying with velero to create backup of GKE Cluster . I installed successfully on the GKE Cluster as shown below
$ kubectl get deployment/velero --namespace velero
NAME READY UP-TO-DATE AVAILABLE AGE
velero 1/1 1 …

Zama Ques
- 1,497
- 5
- 26
- 45
2
votes
0 answers
Backup/Restore Rancher Catalog Apps with Velero
How do I use Velero to backup and restore rancher catalog apps? I backed up a namespace and restored it fine, but the app did not show up on the apps page.
https://rancher.com/docs/rancher/v2.x/en/catalog/
https://velero.io/

Clay Risser
- 3,272
- 1
- 25
- 28
1
vote
1 answer
Why Valero not able to find minio service and host and velero Backup Fail?
I have setup minio with NFS storage and also install velero on kubernetes cluster. I have one master and 2 worker nodes onperm. Both pods (minio and velero) are running with no error. When I try Velero backup create testbackup --include-namespaces…

tauqeerahmad24
- 358
- 8
1
vote
0 answers
Is there a way to enable guestFlush Parameter for GCP Backups
Is there a way to enable guestFlush Parameter for GCP Backups. I want to enable this Parameter in velero while backing up the…

Azeem Khan
- 11
- 2
1
vote
3 answers
Trouble creating Velero storage location with storage access key
i'm trying to use Velero to backup an AKS cluster but for some reason i'm unable to set the backup location in velero.
i'm getting the error below
I can confirm the credentials-velero file I have obtains the correct storage access key, and the…

Paul
- 105
- 1
- 12
1
vote
1 answer
How to install Velero on premise
I am following this tutorial to install Velero to backup my cluster.
I have successfully installed the Minio the deployment but I am encountering a problem when installing Velero itself.
When I run the command:
velero install \
--provider aws…

joe1531
- 345
- 4
- 16
1
vote
1 answer
How to create custom objects in Kubernetes?
I am using Velero to create and backup and restore, Velero has controllers which get triggered when I can create the custom objects.
import veleroApi "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
restoreObj := veleroApi.Restore{
TypeMeta:…

Vishrant
- 15,456
- 11
- 71
- 120