Questions tagged [velero]

67 questions
0
votes
0 answers

Velero Restic Restore stuck in "In Progress" state

I'm using velero restic to take backup and restore my kafka which is deployed in GKE cluster. I deployed kafka in Kafka namespace and I'm trying to take entire namespace backup. The backup has done. And when I restore in another cluster (In…
pds
  • 1
  • 1
0
votes
0 answers

Velero Backups state is "failed"

I'm have deployed velero in my k8s 1.18 aws self managed cluster using velero client. Velero pods are running. But backups are failing because backupstoragelocation state/phase is in "unknown". IAM with enough permissions are attached. S3 bucket is…
0
votes
0 answers

Issue upgrading velero helm chart on AWS EKS cluster to 2.29.3

Currently running velero helm chart 2.29.2. trying to upgrade using: helm upgrade velero vmware-tanzu/velero --version 2.29.3 --namespace velero --reuse-values Upgrade is failing with: Error: UPGRADE FAILED: error validating "": error validating…
0
votes
0 answers

velero installation success. the pods related to velero are running successfully but while i run backup using velero command it gives error

i am having a velero installed in eks cluster. i provided the region plugins and provider by velero install command. velero pods are up and running successfully. i receive the below error whenever i try to take a backup and error is as mentioned…
0
votes
1 answer

Access denied when accessing velero backup logs

I am unable to view backup logs. I get "Access denied" when I run this command "velero backup logs ". I am also unable to view the backup resource list. Let me know what needs to be done here. I am using Velero-plugin-for-aws. I really appreciate…
TechGirl
  • 123
  • 1
  • 7
0
votes
0 answers

MongoDB persistent volume backup and restore error using Velero and MinIO on-premise

Backuping a MongoDB cluster composed of three nodes on a Kubernetes on-premise cluster using Velero and MinIO with Restic, triggers this fatal error of one of them after restoring the…
0
votes
1 answer

Velero - Volume Snapshots contain no data when restoring a backup

I want to use Velero to backup an application to a minio bucket. Here's some context, I have 2 AKS clusters [dev, tools]. The tools cluster runs my minio instance and dev is the cluster for my workloads. I followed some examples on the internet on…
Chesneycar
  • 545
  • 16
  • 43
0
votes
1 answer

How to check velero backup type is incremental or full

I'm using velero to do backup k8s resources and I want to know whether my backup type is full or incremental backup, I tried to set a schedule backup with low ttl to see what happens when scheduled backup ttl expires: velero schedule create…
SikiShen
  • 101
  • 4
0
votes
0 answers

Velero BackupStorageLocation Access denied

I am getting the below error for bsl: level=error msg="Current BackupStorageLocations available/unavailable/unknown: 0/1/0, BackupStorageLocation "default" is unavailable: rpc error: code = Unknown desc = AccessDenied: Access Denied\n\tstatus code:…
TechGirl
  • 123
  • 1
  • 7
0
votes
2 answers

Why Velero and minion backup restore not working for PGO cluster?

I have set up Minio and Velero backup for my k8s cluster. Everything works fine as I can take backups and I can see them in Minio. I have a PGO operator cluster hippo running with load balancer service. When I restore a backup via Velero, everything…
0
votes
1 answer

Why my k8s pods console have different port number then my NodePort?

I am trying to install velero and minio for my k8s cluster. I have one master and 2 worker nodes. I have issue with NodePort service. Overall pods are working and Node Port service is also running but when I try to access the minio Dashboard from…
0
votes
1 answer

Why my Nodeport service change its port number?

I am trying to install the velero for k8s. During the installation when try to install mini.io I changes its service type from cluster IP to Node Port. My Pods run successfully and also I can see the node Port services is up and…
0
votes
0 answers

Kubernetes MongoDB backups and restoration using velero

I have used velero to take backups of kubernetes deployed mongodb replicaset type service. Backups are working fine. But when tried to restore, it is acting weird, sometimes it will be using restoring same data with 2 different PV’s. Sometimes it is…
0
votes
1 answer

Velero backup location

How do you get the ACTUAL backup location of Velero? To be more precise, I'm looking for the s3Url of the below example: # velero backup-location get NAME PROVIDER BUCKET/PREFIX PHASE LAST VALIDATED ACCESS MODE …
0
votes
0 answers

Velero installation not working with GCP credentials

details : kubectl version = 1.25 velero version = v1.4.2 plugins velero/velero-plugin-for-gcp:v1.1.0 on trying to install velero , getting following errors : CustomResourceDefinition/backups.velero.io: attempting to create resource An error…