Questions tagged [velero]

67 questions
1
vote
0 answers

Invalid client secret - Velero

Using velero (v1.7) backup tool, I am trying to backup the cluster data and volume data as I installed velero with restic. I have deployed velero in a k8s cluster in Azure and I use Azure Blob container as backup storage location. The…
Soundarya
  • 153
  • 1
  • 2
  • 12
1
vote
1 answer

Kubernetes Dump mysql and restore Mysql

I need a mechanism where i can dump the mysql which is running as a pod in the EKS cluster. By main use case is the the dump i can share to my development team so that they can restore the dump in their local(normal mysql running as service). I have…
Jithin Kumar S
  • 701
  • 2
  • 9
  • 20
1
vote
2 answers

Move GKE cluster from one project to another

Just thinking., Is there a possibility to move one of the GKE standard cluster from one GCP project to another project.? If someone has explored a way to do this please do share.
1
vote
1 answer

How can I change my Velero credentials after they were reset

I have an Azure Kubernetes cluster with Velero installed. A Service Principal was created for Velero, per option 1 of the instructions. Velero was working fine until the credentials for the Service Principal were reset. Now the scheduled backups are…
Codebling
  • 10,764
  • 2
  • 38
  • 66
1
vote
0 answers

Backup and Restore Kubernetes cluster when using nfs ( Storage class as nfs-server-nfs-server-provisioner )

We have a kubernetes cluster( 1 master, 2 worker nodes) in AWS that was created using kubeadm and uses storage class - cluster.local/nfs-server-nfs-server-provisioner . So we are using a nfs pod ( that contains all the pvc data) running in the…
Dilip
  • 365
  • 1
  • 6
  • 18
1
vote
0 answers

Restoration of a velero backup resulted in "Missing client Token"

I have deployed a hyperledger fabric network (v2.2.0) using Blockchain Automation Framework in a k8s cluster in Azure. My network has 3 orgs (2 peer orgs and 1 orderer org) and one channel. I have taken backup of the cluster with the persistent…
Soundarya
  • 153
  • 1
  • 2
  • 12
1
vote
1 answer

How can I run helm upgrade on velero deployment?

Whenever I try to run helm upgrade on velero deployment in kubernetes(AKS) it tries to delete the CRDs of velero and fails after deleting some. helm upgrade velero vmware-tanzu/velero --namespace velero \ --set-file…
1
vote
2 answers

Update Snapshot Location Velero Azure

Currently have velero up and running and it's working great. The only issue I have is that the snap shots of the volumes are being created in the same region as the originals which kinda defeats the purpose of disaster recovery. This…
Hizzy
  • 741
  • 7
  • 27
1
vote
1 answer

Unable to restore GCP persistent disks PVCs to another region when backing up GKE cluster with Velero using CSI plugin

I am trying to use Velero as backup and disaster recovery tool in Google Cloud Platform with multiple GCP regions (for example: europe-north1 and europe-west4) for GKE private clusters. I was able to successfully backup and restore using velero in…
1
vote
2 answers

Velero Backup installation failed on k8 cluster

I am trying to install Velero for backup on Kubernestes cluster, Minio is installed, accessible and a bucket namely kubedemo is created. Velero is download and path is set, its running fine but When i hit installation command its give me error in…
muhammad shahan
  • 517
  • 6
  • 17
1
vote
1 answer

default snapshot location for velero

I want to use velero with my azure Kubernetes cluster to backup cluster data and persistent volumes. Like doc says I have annotated the pods and even backup job shows 4 snapshots successful. I managed to take the backup for the cluster and I can…
Ojas Kale
  • 2,067
  • 2
  • 24
  • 39
1
vote
0 answers

Velero - not able to restore PVC

While trying to restore the EBS volumes from the snapshot it returns status as lost. we are using AWS KMS CMK keys with policy having kms* permission. The backup operation went fine.. the restore operation is able to restore all k8s resources expect…
1
vote
1 answer

Velero won't install, "additionalProperties cannot be set to false"

I'm having the following issue installing Valero via the Velero CLI to and AWS Kubernetes cluster. velero install \ --provider aws \ --bucket $BUCKET \ --secret-file ./credentials-velero \ --use-restic --wait \ --plugins…
codeblue0000ff
  • 225
  • 3
  • 9
1
vote
2 answers

Velero installation in kubernetes server using azure provider

While installation of Velero on kubernetes using helm charts as below helm install --namespace velero \ --set configuration.provider="Microsoft Azure" \ --set-file credentials.secretContents.cloud= \ --set…
Rohan
  • 73
  • 1
  • 4
0
votes
0 answers

Is it possible to configure Velero to store backup on local computer

Would like to do some tests and don't want to upload any data to S3 or other cloud storage. Using AWS EKS cluster. Is it possible to configure Velero to store all the data on my computer (for backup and restore) ? My version is v1.11.0 and I don't…