vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.57k stars 1.39k forks source link

velero azure restic often not restored azurefile disk without any error #3918

Open VitaliiDobrovolskyi opened 3 years ago

VitaliiDobrovolskyi commented 3 years ago

Often Velero restore created without files on the azurefile disk:

I'm trying to backup and restore Vault between aks clusters with a raft (replica 3), totally 4 disks:

I have a lot of backups like:

vault1-20210624175323              Completed         0        0          2021-06-24 20:53:23 +0300 EEST   22d       backup          
vault1-20210623175323              Completed         0        0          2021-06-23 20:53:23 +0300 EEST   21d       backup      
vault1-20210622175322              Completed         0        0          2021-06-22 20:53:22 +0300 EEST   20d       backup         

velero describe backup vault1-20210624175323

Name:         vault1-20210624175323
Namespace:    velero
Labels:       velero.io/schedule-name=vault1
              velero.io/storage-location=----
Annotations:  velero.io/source-cluster-k8s-gitversion=v1.19.6
              velero.io/source-cluster-k8s-major-version=1
              velero.io/source-cluster-k8s-minor-version=19

Phase:  Completed

Errors:    0
Warnings:  0

Namespaces:
  Included:  vault
  Excluded:  <none>

Resources:
  Included:        *
  Excluded:        <none>
  Cluster-scoped:  auto

Label selector:  <none>

Storage Location:  ---

Velero-Native Snapshot PVs:  auto

TTL:  720h0m0s

Hooks:  <none>

Backup Format Version:  1.1.0

Started:    2021-06-24 20:53:23 +0300 EEST
Completed:  2021-06-24 20:57:06 +0300 EEST

Expiration:  2021-07-24 20:53:23 +0300 EEST

Total items to be backed up:  79
Items backed up:              79

Velero-Native Snapshots:  3 of 3 snapshots completed successfully (specify --details for more information)

Restic Backups (specify --details for more information):
  Completed:  1

and so on

When I'm trying to restore Vault on another aks cluster(or the same cluster) it often restored azurfile disk empty, but sometimes it restored azurfile disk correctly with all necessary data. As I saw managed-premium disks restored without any issue. I created pod and connect it to this disk, I installed restic and manually connect it to the related repo and was able to recover the data manually. So, at least velero with restic plugin created backup successfully, but many times it made not working restores. I tried to investigate logs, I set log level --log-level=trace in velero deployment and restic daemonset. I didn't find any errors in logs it always finished with success in both cases. Also, I started with velero 1.5.4 version with azure plugin 1.1.0 and now I'm working with velero v1.6.1 and azure plugin 1.2.0, both showed the same restore result.

Velero logs when disk empty:


{"backup":"velero/vault1-20210603175317","controller":"backup","level":"debug","logSource":"pkg/controller/backup_controller.go:149","msg":"Backup is not new, skipping","phase":"Completed","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","level":"info","logSource":"pkg/controller/schedule_controller.go:105","msg":"Creating schedule velero-prod","time":"2021-07-02T08:11:27Z"}
{"level":"info","logSource":"pkg/cmd/server/server.go:803","msg":"Done waiting for informer caches to sync","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"informer":{},"level":"info","logSource":"pkg/cmd/server/server.go:814","msg":"Informer cache synced","time":"2021-07-02T08:11:27Z"}
{"level":"info","logSource":"pkg/cmd/server/server.go:872","msg":"Server starting...","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"controller":"gc","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"controller":"gc","level":"debug","logSource":"pkg/controller/gc_controller.go:91","msg":"gcController.enqueueAllBackups","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-deletion","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:139","msg":"Running processSchedule","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:145","msg":"Getting Schedule","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:163","msg":"Cloning schedule","time":"2021-07-02T08:11:27Z"}
{"controller":"schedule","level":"debug","logSource":"pkg/controller/schedule_controller.go:250","msg":"Schedule is not due, skipping","nextRunTime":"2021-07-02T14:00:00Z","schedule":"velero/velero-prod","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-deletion","level":"info","logSource":"pkg/controller/backup_deletion_controller.go:596","msg":"Checking for expired DeleteBackupRequests","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-deletion","level":"info","logSource":"pkg/controller/backup_deletion_controller.go:624","msg":"Done checking for expired DeleteBackupRequests","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604054617","controller":"gc","expiration":"2021-07-04T05:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604114617","controller":"gc","expiration":"2021-07-04T11:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606174617","controller":"gc","expiration":"2021-07-06T17:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609054618","controller":"gc","expiration":"2021-07-09T05:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613114620","controller":"gc","expiration":"2021-07-13T11:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617034621","controller":"gc","expiration":"2021-07-17T03:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617114621","controller":"gc","expiration":"2021-07-17T11:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618234621","controller":"gc","expiration":"2021-07-18T23:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210617170721","controller":"gc","expiration":"2021-07-17T17:07:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210602170716","controller":"gc","expiration":"2021-07-02T17:08:55Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210610170719","controller":"gc","expiration":"2021-07-10T17:08:57Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616114620","controller":"gc","expiration":"2021-07-16T11:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621214622","controller":"gc","expiration":"2021-07-21T21:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622194622","controller":"gc","expiration":"2021-07-22T19:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625074623","controller":"gc","expiration":"2021-07-25T07:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608134618","controller":"gc","expiration":"2021-07-08T13:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609134618","controller":"gc","expiration":"2021-07-09T13:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610094619","controller":"gc","expiration":"2021-07-10T09:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614034620","controller":"gc","expiration":"2021-07-14T03:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615074620","controller":"gc","expiration":"2021-07-15T07:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701140025","controller":"gc","expiration":"2021-09-30T20:00:25Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-staging-20210701145459","controller":"gc","expiration":"2021-09-30T20:57:35Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613014619","controller":"gc","expiration":"2021-07-13T01:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621034622","controller":"gc","expiration":"2021-07-21T03:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210604170717","controller":"gc","expiration":"2021-07-04T17:08:55Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210619170721","controller":"gc","expiration":"2021-07-19T17:08:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210623175323","controller":"gc","expiration":"2021-07-23T17:53:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602194616","controller":"gc","expiration":"2021-07-02T19:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"controller":"restic-repo","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606214618","controller":"gc","expiration":"2021-07-06T21:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210607170718","controller":"gc","expiration":"2021-07-07T17:07:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604074617","controller":"gc","expiration":"2021-07-04T07:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612114619","controller":"gc","expiration":"2021-07-12T11:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:98","msg":"resticRepositoryController.enqueueAllRepositories","time":"2021-07-02T08:11:27Z"}
{"controller":"backup","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210604175317","controller":"gc","expiration":"2021-07-04T17:53:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602154616","controller":"gc","expiration":"2021-07-02T15:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612194619","controller":"gc","expiration":"2021-07-12T19:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620034622","controller":"gc","expiration":"2021-07-20T03:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622014622","controller":"gc","expiration":"2021-07-22T01:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210615170720","controller":"gc","expiration":"2021-07-15T17:07:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607174618","controller":"gc","expiration":"2021-07-07T17:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610214619","controller":"gc","expiration":"2021-07-10T21:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611114619","controller":"gc","expiration":"2021-07-11T11:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612214619","controller":"gc","expiration":"2021-07-12T21:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613194620","controller":"gc","expiration":"2021-07-13T19:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623074623","controller":"gc","expiration":"2021-07-23T07:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606234618","controller":"gc","expiration":"2021-07-06T23:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210606170717","controller":"gc","expiration":"2021-07-06T17:09:25Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603094616","controller":"gc","expiration":"2021-07-03T09:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619094621","controller":"gc","expiration":"2021-07-19T09:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625134623","controller":"gc","expiration":"2021-07-25T13:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210608170718","controller":"gc","expiration":"2021-07-08T17:08:57Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging3","controller":"gc","expiration":"2021-07-31T06:36:45Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210614175320","controller":"gc","expiration":"2021-07-14T17:53:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605174617","controller":"gc","expiration":"2021-07-05T17:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611134619","controller":"gc","expiration":"2021-07-11T13:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611154619","controller":"gc","expiration":"2021-07-11T15:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619174621","controller":"gc","expiration":"2021-07-19T17:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620054622","controller":"gc","expiration":"2021-07-20T05:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-sync","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:125","msg":"Checking for existing backup storage locations to sync into cluster","time":"2021-07-02T08:11:27Z"}
{"controller":"restore","level":"info","logSource":"pkg/controller/generic_controller.go:76","msg":"Starting controller","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625054623","controller":"gc","expiration":"2021-07-25T05:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210613170720","controller":"gc","expiration":"2021-07-13T17:07:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604174617","controller":"gc","expiration":"2021-07-04T17:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622094622","controller":"gc","expiration":"2021-07-22T09:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod","controller":"gc","expiration":"2021-07-29T17:04:55Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210617175321","controller":"gc","expiration":"2021-07-17T17:53:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603014616","controller":"gc","expiration":"2021-07-03T01:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606114617","controller":"gc","expiration":"2021-07-06T11:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608234618","controller":"gc","expiration":"2021-07-08T23:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611234619","controller":"gc","expiration":"2021-07-11T23:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-monitoring-20210701145010","controller":"gc","expiration":"2021-09-30T20:50:10Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609094618","controller":"gc","expiration":"2021-07-09T09:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616134620","controller":"gc","expiration":"2021-07-16T13:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624154623","controller":"gc","expiration":"2021-07-24T15:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210606170717","controller":"gc","expiration":"2021-07-06T17:07:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210621175322","controller":"gc","expiration":"2021-07-21T17:53:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-staging-20210701145010","controller":"gc","expiration":"2021-09-30T20:52:52Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605134617","controller":"gc","expiration":"2021-07-05T13:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614074620","controller":"gc","expiration":"2021-07-14T07:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616154621","controller":"gc","expiration":"2021-07-16T15:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620194622","controller":"gc","expiration":"2021-07-20T19:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring","controller":"gc","expiration":"2021-07-30T07:48:57Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605054617","controller":"gc","expiration":"2021-07-05T05:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607194618","controller":"gc","expiration":"2021-07-07T19:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612034619","controller":"gc","expiration":"2021-07-12T03:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"controller":"restic-repo","key":"velero/vault-backup----kw9mm","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:113","msg":"Running processQueueItem","time":"2021-07-02T08:11:27Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:142","msg":"Checking repository for stale locks","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210602170716","controller":"gc","expiration":"2021-07-02T17:07:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault6","controller":"gc","expiration":"2021-07-30T07:45:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610014618","controller":"gc","expiration":"2021-07-10T01:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614194620","controller":"gc","expiration":"2021-07-14T19:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614234620","controller":"gc","expiration":"2021-07-14T23:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618074621","controller":"gc","expiration":"2021-07-18T07:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619074621","controller":"gc","expiration":"2021-07-19T07:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621014622","controller":"gc","expiration":"2021-07-21T01:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621154622","controller":"gc","expiration":"2021-07-21T15:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210617170721","controller":"gc","expiration":"2021-07-17T17:09:00Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701070441","controller":"gc","expiration":"2021-09-30T13:05:40Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:164","msg":"Checking if backups need to be synced at this time for this location","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604034617","controller":"gc","expiration":"2021-07-04T03:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606034617","controller":"gc","expiration":"2021-07-06T03:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607054618","controller":"gc","expiration":"2021-07-07T05:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod1","controller":"gc","expiration":"2021-07-31T06:52:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault-20210629070916","controller":"gc","expiration":"2021-07-29T07:09:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-vault-20210701141525","controller":"gc","expiration":"2021-09-30T20:15:25Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611074619","controller":"gc","expiration":"2021-07-11T07:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613174620","controller":"gc","expiration":"2021-07-13T17:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619134621","controller":"gc","expiration":"2021-07-19T13:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621174622","controller":"gc","expiration":"2021-07-21T17:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608034618","controller":"gc","expiration":"2021-07-08T03:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611214619","controller":"gc","expiration":"2021-07-11T21:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615014620","controller":"gc","expiration":"2021-07-15T01:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617134621","controller":"gc","expiration":"2021-07-17T13:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622034622","controller":"gc","expiration":"2021-07-22T03:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624114623","controller":"gc","expiration":"2021-07-24T11:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210604170717","controller":"gc","expiration":"2021-07-04T17:07:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210618170721","controller":"gc","expiration":"2021-07-18T17:08:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210608175318","controller":"gc","expiration":"2021-07-08T17:53:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-vault-20210701145503","controller":"gc","expiration":"2021-09-30T20:58:31Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605234617","controller":"gc","expiration":"2021-07-05T23:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609014618","controller":"gc","expiration":"2021-07-09T01:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610154619","controller":"gc","expiration":"2021-07-10T15:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613214620","controller":"gc","expiration":"2021-07-13T21:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623094623","controller":"gc","expiration":"2021-07-23T09:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-monitoring-20210701141025","controller":"gc","expiration":"2021-09-30T20:10:25Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602234616","controller":"gc","expiration":"2021-07-02T23:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608014618","controller":"gc","expiration":"2021-07-08T01:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612074619","controller":"gc","expiration":"2021-07-12T07:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616034620","controller":"gc","expiration":"2021-07-16T03:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617154621","controller":"gc","expiration":"2021-07-17T15:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603114616","controller":"gc","expiration":"2021-07-03T11:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604014617","controller":"gc","expiration":"2021-07-04T01:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608054618","controller":"gc","expiration":"2021-07-08T05:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610134619","controller":"gc","expiration":"2021-07-10T13:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612174619","controller":"gc","expiration":"2021-07-12T17:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618034621","controller":"gc","expiration":"2021-07-18T03:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210623170723","controller":"gc","expiration":"2021-07-23T17:07:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210624170723","controller":"gc","expiration":"2021-07-24T17:09:01Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607034618","controller":"gc","expiration":"2021-07-07T03:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609194618","controller":"gc","expiration":"2021-07-09T19:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614134620","controller":"gc","expiration":"2021-07-14T13:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619234622","controller":"gc","expiration":"2021-07-19T23:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625014623","controller":"gc","expiration":"2021-07-25T01:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210608170718","controller":"gc","expiration":"2021-07-08T17:07:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210614170720","controller":"gc","expiration":"2021-07-14T17:08:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-vault-20210701070446","controller":"gc","expiration":"2021-09-30T13:08:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613154620","controller":"gc","expiration":"2021-07-13T15:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614154620","controller":"gc","expiration":"2021-07-14T15:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619154621","controller":"gc","expiration":"2021-07-19T15:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611014619","controller":"gc","expiration":"2021-07-11T01:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611174619","controller":"gc","expiration":"2021-07-11T17:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612094619","controller":"gc","expiration":"2021-07-12T09:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617194621","controller":"gc","expiration":"2021-07-17T19:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618114621","controller":"gc","expiration":"2021-07-18T11:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623214623","controller":"gc","expiration":"2021-07-23T21:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625114623","controller":"gc","expiration":"2021-07-25T11:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603034616","controller":"gc","expiration":"2021-07-03T03:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609234618","controller":"gc","expiration":"2021-07-09T23:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617234621","controller":"gc","expiration":"2021-07-17T23:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624214623","controller":"gc","expiration":"2021-07-24T21:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210613170720","controller":"gc","expiration":"2021-07-13T17:08:15Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210606175317","controller":"gc","expiration":"2021-07-06T17:53:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210618175321","controller":"gc","expiration":"2021-07-18T17:53:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210624175323","controller":"gc","expiration":"2021-07-24T17:53:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612154619","controller":"gc","expiration":"2021-07-12T15:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618094621","controller":"gc","expiration":"2021-07-18T09:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620014622","controller":"gc","expiration":"2021-07-20T01:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622054622","controller":"gc","expiration":"2021-07-22T05:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210621170722","controller":"gc","expiration":"2021-07-21T17:07:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210622170722","controller":"gc","expiration":"2021-07-22T17:09:00Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210609175318","controller":"gc","expiration":"2021-07-09T17:53:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210615175320","controller":"gc","expiration":"2021-07-15T17:53:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault3","controller":"gc","expiration":"2021-07-30T08:33:51Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610194619","controller":"gc","expiration":"2021-07-10T19:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611034619","controller":"gc","expiration":"2021-07-11T03:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615234620","controller":"gc","expiration":"2021-07-15T23:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616014620","controller":"gc","expiration":"2021-07-16T01:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616234621","controller":"gc","expiration":"2021-07-16T23:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617014621","controller":"gc","expiration":"2021-07-17T01:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622114622","controller":"gc","expiration":"2021-07-22T11:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623194623","controller":"gc","expiration":"2021-07-23T19:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701145458","controller":"gc","expiration":"2021-09-30T20:55:57Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604154617","controller":"gc","expiration":"2021-07-04T15:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605214617","controller":"gc","expiration":"2021-07-05T21:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608114618","controller":"gc","expiration":"2021-07-08T11:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614214620","controller":"gc","expiration":"2021-07-14T21:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616054620","controller":"gc","expiration":"2021-07-16T05:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616094620","controller":"gc","expiration":"2021-07-16T09:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617094621","controller":"gc","expiration":"2021-07-17T09:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621054622","controller":"gc","expiration":"2021-07-21T05:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621114622","controller":"gc","expiration":"2021-07-21T11:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210603170717","controller":"gc","expiration":"2021-07-03T17:08:54Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210609170718","controller":"gc","expiration":"2021-07-09T17:07:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210616170721","controller":"gc","expiration":"2021-07-16T17:08:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-staging-20210701140525","controller":"gc","expiration":"2021-09-30T20:05:25Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614114620","controller":"gc","expiration":"2021-07-14T11:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623014622","controller":"gc","expiration":"2021-07-23T01:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624174623","controller":"gc","expiration":"2021-07-24T17:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-monitoring-20210701145458","controller":"gc","expiration":"2021-09-30T20:54:58Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603174617","controller":"gc","expiration":"2021-07-03T17:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608194618","controller":"gc","expiration":"2021-07-08T19:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608214618","controller":"gc","expiration":"2021-07-08T21:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623034622","controller":"gc","expiration":"2021-07-23T03:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210612175319","controller":"gc","expiration":"2021-07-12T17:53:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604234617","controller":"gc","expiration":"2021-07-04T23:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607214618","controller":"gc","expiration":"2021-07-07T21:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610114619","controller":"gc","expiration":"2021-07-10T11:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620074622","controller":"gc","expiration":"2021-07-20T07:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622134622","controller":"gc","expiration":"2021-07-22T13:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624134623","controller":"gc","expiration":"2021-07-24T13:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210612170719","controller":"gc","expiration":"2021-07-12T17:07:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602174616","controller":"gc","expiration":"2021-07-02T17:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608174618","controller":"gc","expiration":"2021-07-08T17:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616194621","controller":"gc","expiration":"2021-07-16T19:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618194621","controller":"gc","expiration":"2021-07-18T19:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618214621","controller":"gc","expiration":"2021-07-18T21:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624034623","controller":"gc","expiration":"2021-07-24T03:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210619170721","controller":"gc","expiration":"2021-07-19T17:07:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210611170719","controller":"gc","expiration":"2021-07-11T17:07:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210620170722","controller":"gc","expiration":"2021-07-20T17:08:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602094616","controller":"gc","expiration":"2021-07-02T09:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605194617","controller":"gc","expiration":"2021-07-05T19:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613134620","controller":"gc","expiration":"2021-07-13T13:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615034620","controller":"gc","expiration":"2021-07-15T03:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615134620","controller":"gc","expiration":"2021-07-15T13:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619014621","controller":"gc","expiration":"2021-07-19T01:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619114621","controller":"gc","expiration":"2021-07-19T11:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210612170719","controller":"gc","expiration":"2021-07-12T17:08:57Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603134616","controller":"gc","expiration":"2021-07-03T13:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607114618","controller":"gc","expiration":"2021-07-07T11:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612054619","controller":"gc","expiration":"2021-07-12T05:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615214620","controller":"gc","expiration":"2021-07-15T21:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616174621","controller":"gc","expiration":"2021-07-16T17:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616214621","controller":"gc","expiration":"2021-07-16T21:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625094623","controller":"gc","expiration":"2021-07-25T09:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210607170718","controller":"gc","expiration":"2021-07-07T17:08:56Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210615170720","controller":"gc","expiration":"2021-07-15T17:08:58Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault2","controller":"gc","expiration":"2021-07-29T15:08:49Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602214616","controller":"gc","expiration":"2021-07-02T21:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613054619","controller":"gc","expiration":"2021-07-13T05:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624014623","controller":"gc","expiration":"2021-07-24T01:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210605170717","controller":"gc","expiration":"2021-07-05T17:07:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210616175321","controller":"gc","expiration":"2021-07-16T17:53:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605154617","controller":"gc","expiration":"2021-07-05T15:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615194620","controller":"gc","expiration":"2021-07-15T19:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624094623","controller":"gc","expiration":"2021-07-24T09:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210605175317","controller":"gc","expiration":"2021-07-05T17:53:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605074617","controller":"gc","expiration":"2021-07-05T07:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611094619","controller":"gc","expiration":"2021-07-11T09:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612134619","controller":"gc","expiration":"2021-07-12T13:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614014620","controller":"gc","expiration":"2021-07-14T01:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620114622","controller":"gc","expiration":"2021-07-20T11:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging2","controller":"gc","expiration":"2021-07-30T10:48:54Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-monitoring-20210701070441","controller":"gc","expiration":"2021-09-30T13:04:41Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615054620","controller":"gc","expiration":"2021-07-15T05:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621094622","controller":"gc","expiration":"2021-07-21T09:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624234623","controller":"gc","expiration":"2021-07-24T23:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210613175320","controller":"gc","expiration":"2021-07-13T17:53:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618054621","controller":"gc","expiration":"2021-07-18T05:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620134622","controller":"gc","expiration":"2021-07-20T13:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210607175318","controller":"gc","expiration":"2021-07-07T17:53:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611054619","controller":"gc","expiration":"2021-07-11T05:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613094620","controller":"gc","expiration":"2021-07-13T09:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623234623","controller":"gc","expiration":"2021-07-23T23:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210610170719","controller":"gc","expiration":"2021-07-10T17:07:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210622170722","controller":"gc","expiration":"2021-07-22T17:07:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603074616","controller":"gc","expiration":"2021-07-03T07:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603194617","controller":"gc","expiration":"2021-07-03T19:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210624170723","controller":"gc","expiration":"2021-07-24T17:07:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210622175322","controller":"gc","expiration":"2021-07-22T17:53:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617054621","controller":"gc","expiration":"2021-07-17T05:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621234622","controller":"gc","expiration":"2021-07-21T23:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623054622","controller":"gc","expiration":"2021-07-23T05:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging1","controller":"gc","expiration":"2021-07-30T09:24:11Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610074619","controller":"gc","expiration":"2021-07-10T07:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612014619","controller":"gc","expiration":"2021-07-12T01:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614094620","controller":"gc","expiration":"2021-07-14T09:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623174623","controller":"gc","expiration":"2021-07-23T17:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210603170717","controller":"gc","expiration":"2021-07-03T17:07:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607094618","controller":"gc","expiration":"2021-07-07T09:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210616074620","controller":"gc","expiration":"2021-07-16T07:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622074622","controller":"gc","expiration":"2021-07-22T07:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602114616","controller":"gc","expiration":"2021-07-02T11:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603214617","controller":"gc","expiration":"2021-07-03T21:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618174621","controller":"gc","expiration":"2021-07-18T17:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605094617","controller":"gc","expiration":"2021-07-05T09:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607234618","controller":"gc","expiration":"2021-07-07T23:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609074618","controller":"gc","expiration":"2021-07-09T07:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620094622","controller":"gc","expiration":"2021-07-20T09:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606074617","controller":"gc","expiration":"2021-07-06T07:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608074618","controller":"gc","expiration":"2021-07-08T07:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608094618","controller":"gc","expiration":"2021-07-08T09:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210608154618","controller":"gc","expiration":"2021-07-08T15:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617074621","controller":"gc","expiration":"2021-07-17T07:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619054621","controller":"gc","expiration":"2021-07-19T05:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620234622","controller":"gc","expiration":"2021-07-20T23:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622234622","controller":"gc","expiration":"2021-07-22T23:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624194623","controller":"gc","expiration":"2021-07-24T19:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605014617","controller":"gc","expiration":"2021-07-05T01:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619194621","controller":"gc","expiration":"2021-07-19T19:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625034623","controller":"gc","expiration":"2021-07-25T03:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210618170721","controller":"gc","expiration":"2021-07-18T17:07:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210602134616","controller":"gc","expiration":"2021-07-02T13:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604134617","controller":"gc","expiration":"2021-07-04T13:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604194617","controller":"gc","expiration":"2021-07-04T19:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607014618","controller":"gc","expiration":"2021-07-07T01:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613074619","controller":"gc","expiration":"2021-07-13T07:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615094620","controller":"gc","expiration":"2021-07-15T09:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615174620","controller":"gc","expiration":"2021-07-15T17:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-vault-20210701145010","controller":"gc","expiration":"2021-09-30T20:53:49Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605034617","controller":"gc","expiration":"2021-07-05T03:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210611194619","controller":"gc","expiration":"2021-07-11T19:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613034619","controller":"gc","expiration":"2021-07-13T03:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210611175319","controller":"gc","expiration":"2021-07-11T17:53:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701151527","controller":"gc","expiration":"2021-09-30T21:15:27Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609114618","controller":"gc","expiration":"2021-07-09T11:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603054616","controller":"gc","expiration":"2021-07-03T05:46:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603234617","controller":"gc","expiration":"2021-07-03T23:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604094617","controller":"gc","expiration":"2021-07-04T09:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606154617","controller":"gc","expiration":"2021-07-06T15:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609034618","controller":"gc","expiration":"2021-07-09T03:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609154618","controller":"gc","expiration":"2021-07-09T15:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624054623","controller":"gc","expiration":"2021-07-24T05:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210629070926","controller":"gc","expiration":"2021-07-29T07:09:59Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210614170720","controller":"gc","expiration":"2021-07-14T17:07:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210623170723","controller":"gc","expiration":"2021-07-23T17:09:01Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault4","controller":"gc","expiration":"2021-07-31T10:38:40Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606014617","controller":"gc","expiration":"2021-07-06T01:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607074618","controller":"gc","expiration":"2021-07-07T07:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607154618","controller":"gc","expiration":"2021-07-07T15:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610054618","controller":"gc","expiration":"2021-07-10T05:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610234619","controller":"gc","expiration":"2021-07-10T23:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614054620","controller":"gc","expiration":"2021-07-14T05:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210614174620","controller":"gc","expiration":"2021-07-14T17:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619214621","controller":"gc","expiration":"2021-07-19T21:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210605170717","controller":"gc","expiration":"2021-07-05T17:08:55Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210602175316","controller":"gc","expiration":"2021-07-02T17:53:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210619175321","controller":"gc","expiration":"2021-07-19T17:53:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210619034621","controller":"gc","expiration":"2021-07-19T03:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622214622","controller":"gc","expiration":"2021-07-22T21:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623154623","controller":"gc","expiration":"2021-07-23T15:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210629074427","controller":"gc","expiration":"2021-07-29T07:44:27Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging0","controller":"gc","expiration":"2021-07-29T16:13:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210604214617","controller":"gc","expiration":"2021-07-04T21:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618154621","controller":"gc","expiration":"2021-07-18T15:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault","controller":"gc","expiration":"2021-07-29T14:10:54Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606194617","controller":"gc","expiration":"2021-07-06T19:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610174619","controller":"gc","expiration":"2021-07-10T17:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622154622","controller":"gc","expiration":"2021-07-22T15:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615114620","controller":"gc","expiration":"2021-07-15T11:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618134621","controller":"gc","expiration":"2021-07-18T13:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620174622","controller":"gc","expiration":"2021-07-20T17:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620214622","controller":"gc","expiration":"2021-07-20T21:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210603154617","controller":"gc","expiration":"2021-07-03T15:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606094617","controller":"gc","expiration":"2021-07-06T09:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210607134618","controller":"gc","expiration":"2021-07-07T13:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210610034618","controller":"gc","expiration":"2021-07-10T03:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210613234620","controller":"gc","expiration":"2021-07-13T23:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210618014621","controller":"gc","expiration":"2021-07-18T01:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210622174622","controller":"gc","expiration":"2021-07-22T17:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210625154746","controller":"gc","expiration":"2021-07-25T15:47:46Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210620170722","controller":"gc","expiration":"2021-07-20T17:07:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault5","controller":"gc","expiration":"2021-07-30T07:43:07Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701145010","controller":"gc","expiration":"2021-09-30T20:51:12Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621074622","controller":"gc","expiration":"2021-07-21T07:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623114623","controller":"gc","expiration":"2021-07-23T11:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210624074623","controller":"gc","expiration":"2021-07-24T07:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-prod-20210701070145","controller":"gc","expiration":"2021-09-30T13:01:45Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/velero-staging-20210701070442","controller":"gc","expiration":"2021-09-30T13:07:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606054617","controller":"gc","expiration":"2021-07-06T05:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609174618","controller":"gc","expiration":"2021-07-09T17:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210620154622","controller":"gc","expiration":"2021-07-20T15:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210609170718","controller":"gc","expiration":"2021-07-09T17:08:14Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210620175322","controller":"gc","expiration":"2021-07-20T17:53:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210606134617","controller":"gc","expiration":"2021-07-06T13:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210609214618","controller":"gc","expiration":"2021-07-09T21:46:18Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210612234619","controller":"gc","expiration":"2021-07-12T23:46:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617214621","controller":"gc","expiration":"2021-07-17T21:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621134622","controller":"gc","expiration":"2021-07-21T13:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210621194622","controller":"gc","expiration":"2021-07-21T19:46:22Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210623134623","controller":"gc","expiration":"2021-07-23T13:46:23Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/staging-20210621170722","controller":"gc","expiration":"2021-07-21T17:09:16Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1","controller":"gc","expiration":"2021-07-29T14:27:38Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210610175319","controller":"gc","expiration":"2021-07-10T17:53:19Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210605114617","controller":"gc","expiration":"2021-07-05T11:46:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210615154620","controller":"gc","expiration":"2021-07-15T15:46:20Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/monitoring-20210617174621","controller":"gc","expiration":"2021-07-17T17:46:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210611170719","controller":"gc","expiration":"2021-07-11T17:08:15Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/prod-20210616170721","controller":"gc","expiration":"2021-07-16T17:07:21Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"backup":"velero/vault1-20210603175317","controller":"gc","expiration":"2021-07-03T17:53:17Z","level":"debug","logSource":"pkg/controller/gc_controller.go:131","msg":"Backup has not expired yet, skipping","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:27Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:27Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:28Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:28Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:28Z"}
{"command":"restic unlock --repo=azure:----bucket:/restic/vault --password-file=/tmp/credentials/velero/velero-restic-credentials-repository-password --cache-dir=/scratch/.cache/restic","level":"debug","logSource":"pkg/restic/repository_manager.go:274","msg":"Ran restic command","repository":"vault","stderr":"","stdout":"created new cache in /scratch/.cache/restic\nsuccessfully removed locks\n","time":"2021-07-02T08:11:28Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:222","msg":"resticRepositoryController.runMaintenanceIfDue","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:28Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:227","msg":"not due for maintenance","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:28Z"}
{"controller":"restic-repo","key":"velero/vault-backup----kw9mm","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:113","msg":"Running processQueueItem","time":"2021-07-02T08:11:28Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:142","msg":"Checking repository for stale locks","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:28Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:28Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:28Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:28Z"}
{"command":"restic unlock --repo=azure:----bucket:/restic/vault --password-file=/tmp/credentials/velero/velero-restic-credentials-repository-password --cache-dir=/scratch/.cache/restic","level":"debug","logSource":"pkg/restic/repository_manager.go:274","msg":"Ran restic command","repository":"vault","stderr":"","stdout":"successfully removed locks\n","time":"2021-07-02T08:11:29Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:222","msg":"resticRepositoryController.runMaintenanceIfDue","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:29Z"}
{"controller":"restic-repo","level":"debug","logSource":"pkg/controller/restic_repository_controller.go:227","msg":"not due for maintenance","name":"vault-backup----kw9mm","namespace":"velero","time":"2021-07-02T08:11:29Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:30Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:30Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:30Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:32Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:32Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:32Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:37Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:37Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:37Z"}
{"controller":"restore","key":"velero/vault5-20210702081145","level":"debug","logSource":"pkg/controller/restore_controller.go:181","msg":"Running processQueueItem","time":"2021-07-02T08:11:45Z"}
{"controller":"restore","key":"velero/vault5-20210702081145","level":"debug","logSource":"pkg/controller/restore_controller.go:189","msg":"Getting Restore","time":"2021-07-02T08:11:45Z"}
{"controller":"restore","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","time":"2021-07-02T08:11:45Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","time":"2021-07-02T08:11:45Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:45Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":46,"time":"2021-07-02T08:11:45Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:45Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:45Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","time":"2021-07-02T08:11:45Z","version":2}
{"address":"/tmp/plugin576621304","cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:45Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/add-pv-from-pvc","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:45Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/add-pv-from-pvc","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:45Z"}
{"args":["/velero","run-plugins","--log-level","trace"],"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:45Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/velero","pid":56,"restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:45Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:45Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/framework/server.go:199","msg":"Setting log level to TRACE","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z","version":2}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/add-pvc-from-pod","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/add-pvc-from-pod","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/change-pvc-node-selector","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/change-pvc-node-selector","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/change-storage-class","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/change-storage-class","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/cluster-role-bindings","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/cluster-role-bindings","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/crd-preserve-fields","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/crd-preserve-fields","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/init-restore-hook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/init-restore-hook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/job","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/job","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/pod","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/pod","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/restic","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/restic","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/role-bindings","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/role-bindings","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/service","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/service","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/service-account","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"command":"/velero","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/service-account","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"address":"/tmp/plugin754631967","cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"backup":"vault5","bytes":409230,"fileName":"/tmp/vault5790260693","level":"debug","logSource":"pkg/controller/restore_controller.go:564","msg":"Copied Backup to file","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/controller/restore_controller.go:465","msg":"starting restore","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:387","msg":"Starting restore of backup velero/vault5","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1763","msg":"Resource 'customresourcedefinitions.apiextensions.k8s.io' will be restored at cluster scope","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for apiextensions.k8s.io/v1, Kind=CustomResourceDefinition","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for customresourcedefinitions.apiextensions.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/crd_v1_preserve_unknown_fields_action.go:49","msg":"Executing CRDV1PreserveUnknownFieldsAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore CustomResourceDefinition: vaults.vault.banzaicloud.com","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:46Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 1 items out of an estimated total of 1 (estimate will change throughout the restore)","name":"vaults.vault.banzaicloud.com","namespace":"","progress":"","resource":"customresourcedefinitions.apiextensions.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:47Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:48Z"}
{"controller":"backup-storage-location","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","time":"2021-07-02T08:11:48Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","time":"2021-07-02T08:11:48Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":63,"time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:48Z"}
{"address":"/tmp/plugin687615290","cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","time":"2021-07-02T08:11:48Z","version":2}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"info","logSource":"pkg/controller/backup_storage_location_controller.go:114","msg":"Validating backup storage location","time":"2021-07-02T08:11:48Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"info","logSource":"pkg/controller/backup_storage_location_controller.go:121","msg":"Backup storage location valid, marking as available","time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":63,"time":"2021-07-02T08:11:48Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","time":"2021-07-02T08:11:48Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:48Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:48Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:48Z"}
I0702 08:11:49.394464       1 request.go:645] Throttling request took 1.047046166s, request: GET:https://10.0.0.1:443/apis/networking.k8s.io/v1?timeout=32s
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"customresourcedefinitions.apiextensions.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1704","msg":"Skipping restore of resource because it's not present in the backup tarball","resource":"storageclasses.storage.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1674","msg":"Skipping restore of resource because it cannot be resolved via discovery","resource":"volumesnapshotclass.snapshot.storage.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1674","msg":"Skipping restore of resource because it cannot be resolved via discovery","resource":"volumesnapshotcontents.snapshot.storage.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1674","msg":"Skipping restore of resource because it cannot be resolved via discovery","resource":"volumesnapshots.snapshot.storage.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1763","msg":"Resource 'persistentvolumes' will be restored at cluster scope","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'persistentvolumeclaims' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'secrets' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'configmaps' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'serviceaccounts' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1704","msg":"Skipping restore of resource because it's not present in the backup tarball","resource":"limitranges","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'pods' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'replicasets.apps' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1674","msg":"Skipping restore of resource because it cannot be resolved via discovery","resource":"clusters.cluster.x-k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1674","msg":"Skipping restore of resource because it cannot be resolved via discovery","resource":"clusterresourcesets.addons.cluster.x-k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1763","msg":"Resource 'clusterrolebindings.rbac.authorization.k8s.io' will be restored at cluster scope","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1763","msg":"Resource 'clusterroles.rbac.authorization.k8s.io' will be restored at cluster scope","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"configmaps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'controllerrevisions.apps' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"customresourcedefinitions.apiextensions.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'deployments.apps' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'endpoints' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'endpointslices.discovery.k8s.io' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'leases.coordination.k8s.io' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'poddisruptionbudgets.policy' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"replicasets.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'rolebindings.rbac.authorization.k8s.io' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'roles.rbac.authorization.k8s.io' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1684","msg":"Skipping restore of resource because it's already been processed","resource":"serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'services' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'statefulsets.apps' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1761","msg":"Resource 'vaults.vault.banzaicloud.com' will be restored into namespace 'vault'","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping customresourcedefinitions.apiextensions.k8s.io/vaults.vault.banzaicloud.com because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 1 items out of an estimated total of 73 (estimate will change throughout the restore)","name":"vaults.vault.banzaicloud.com","namespace":"","progress":"","resource":"customresourcedefinitions.apiextensions.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:50Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=PersistentVolume","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1344","msg":"Persistent volume does not need to be renamed because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1381","msg":"Persistent volume does not need to have the claimRef.namespace remapped because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:745","msg":"PV not found, safe to restore","pvName":"pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1050","msg":"Restoring persistent volume from snapshot.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":73,"restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"address":"/tmp/plugin398617688","cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:11:56Z","version":2}
{"controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:125","msg":"Checking for existing backup storage locations to sync into cluster","time":"2021-07-02T08:11:57Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:164","msg":"Checking if backups need to be synced at this time for this location","time":"2021-07-02T08:11:57Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:171","msg":"Checking backup location for backups to sync into cluster","time":"2021-07-02T08:11:57Z"}
{"controller":"backup-sync","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","time":"2021-07-02T08:11:57Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","time":"2021-07-02T08:11:57Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":83,"time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:57Z"}
{"address":"/tmp/plugin169228108","cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","time":"2021-07-02T08:11:57Z","version":2}
{"backupCount":383,"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:186","msg":"Got backups from backup store","time":"2021-07-02T08:11:57Z"}
{"backupCount":384,"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:193","msg":"Got backups from cluster","time":"2021-07-02T08:11:57Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:206","msg":"No backups found in the backup location that need to be synced into the cluster","time":"2021-07-02T08:11:57Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:11:57Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:11:57Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":83,"time":"2021-07-02T08:11:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","time":"2021-07-02T08:11:57Z"}
{"level":"info","logSource":"pkg/restore/pv_restorer.go:85","msg":"successfully restored persistent volume from snapshot","persistentVolume":"pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5","providerSnapshotID":"/subscriptions/57875a10-8d1d-4ff6-8153-d85e45092bbb/resourceGroups/backup/providers/Microsoft.Compute/snapshots/kubernetes-dynamic-pvc-60c33ae1-f06c-44ec-b-42238342-7a31-4c45-b21b-e4e384b9c5f5","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:06Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:06Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:06Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:06Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolume: pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 2 items out of an estimated total of 73 (estimate will change throughout the restore)","name":"pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5","namespace":"","progress":"","resource":"persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1092","msg":"Dynamically re-provisioning persistent volume because it has a restic backup to be restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 3 items out of an estimated total of 73 (estimate will change throughout the restore)","name":"pvc-60f406e4-8d04-46e4-87d5-e0376a37b224","namespace":"","progress":"","resource":"persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1344","msg":"Persistent volume does not need to be renamed because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1381","msg":"Persistent volume does not need to have the claimRef.namespace remapped because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:745","msg":"PV not found, safe to restore","pvName":"pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1050","msg":"Restoring persistent volume from snapshot.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:07Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:12:08Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:12:08Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:12:08Z"}
{"level":"info","logSource":"pkg/restore/pv_restorer.go:85","msg":"successfully restored persistent volume from snapshot","persistentVolume":"pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4","providerSnapshotID":"/subscriptions/57875a10-8d1d-4ff6-8153-d85e45092bbb/resourceGroups/backup/providers/Microsoft.Compute/snapshots/kubernetes-dynamic-pvc-6462f2e5-9b4c-4c24-9-9e971d40-90bc-42a7-ae17-65a4666fc4d3","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolume: pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 4 items out of an estimated total of 73 (estimate will change throughout the restore)","name":"pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4","namespace":"","progress":"","resource":"persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1344","msg":"Persistent volume does not need to be renamed because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:1381","msg":"Persistent volume does not need to have the claimRef.namespace remapped because restore is not remapping any namespaces","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"debug","logSource":"pkg/restore/restore.go:745","msg":"PV not found, safe to restore","pvName":"pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1050","msg":"Restoring persistent volume from snapshot.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:17Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:139","msg":"Running processSchedule","time":"2021-07-02T08:12:27Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:145","msg":"Getting Schedule","time":"2021-07-02T08:12:27Z"}
{"controller":"schedule","key":"velero/velero-prod","level":"debug","logSource":"pkg/controller/schedule_controller.go:163","msg":"Cloning schedule","time":"2021-07-02T08:12:27Z"}
{"controller":"schedule","level":"debug","logSource":"pkg/controller/schedule_controller.go:250","msg":"Schedule is not due, skipping","nextRunTime":"2021-07-02T14:00:00Z","schedule":"velero/velero-prod","time":"2021-07-02T08:12:27Z"}
{"controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:125","msg":"Checking for existing backup storage locations to sync into cluster","time":"2021-07-02T08:12:27Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:164","msg":"Checking if backups need to be synced at this time for this location","time":"2021-07-02T08:12:27Z"}
{"level":"info","logSource":"pkg/restore/pv_restorer.go:85","msg":"successfully restored persistent volume from snapshot","persistentVolume":"pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df","providerSnapshotID":"/subscriptions/57875a10-8d1d-4ff6-8153-d85e45092bbb/resourceGroups/backup/providers/Microsoft.Compute/snapshots/kubernetes-dynamic-pvc-dbd48024-23a6-4634-b-0f64de48-e42f-4ae1-8a21-681cb51ffce5","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolume: pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 5 items out of an estimated total of 73 (estimate will change throughout the restore)","name":"pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df","namespace":"","progress":"","resource":"persistentvolumes","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=PersistentVolumeClaim","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:44","msg":"Executing AddPVFromPVCAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:66","msg":"Adding PV pvc-60f406e4-8d04-46e4-87d5-e0376a37b224 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumes/pvc-60f406e4-8d04-46e4-87d5-e0376a37b224 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:65","msg":"Executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","kind":"PersistentVolumeClaim","level":"debug","logSource":"pkg/restore/change_pvc_node_selector.go:92","msg":"PVC doesn't have node selector","name":"vault-file-pvc","namespace":"vault","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:93","msg":"Done executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1212","msg":"Resetting PersistentVolumeClaim vault/vault-file-pvc for dynamic provisioning","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolumeClaim: vault-file-pvc","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 7 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-file-pvc","namespace":"vault","progress":"","resource":"persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:28Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:44","msg":"Executing AddPVFromPVCAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:66","msg":"Adding PV pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumes/pvc-dbd48024-23a6-4634-b8fd-a0c4adfe57df because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:65","msg":"Executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","kind":"PersistentVolumeClaim","level":"debug","logSource":"pkg/restore/change_pvc_node_selector.go:92","msg":"PVC doesn't have node selector","name":"vault-raft-vault-0","namespace":"vault","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:93","msg":"Done executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolumeClaim: vault-raft-vault-0","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 8 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-raft-vault-0","namespace":"vault","progress":"","resource":"persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:44","msg":"Executing AddPVFromPVCAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:66","msg":"Adding PV pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumes/pvc-60c33ae1-f06c-44ec-ba14-44d7d94607e5 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:65","msg":"Executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","kind":"PersistentVolumeClaim","level":"debug","logSource":"pkg/restore/change_pvc_node_selector.go:92","msg":"PVC doesn't have node selector","name":"vault-raft-vault-1","namespace":"vault","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:93","msg":"Done executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolumeClaim: vault-raft-vault-1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 9 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-raft-vault-1","namespace":"vault","progress":"","resource":"persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumes/pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:44","msg":"Executing AddPVFromPVCAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pv_from_pvc_action.go:66","msg":"Adding PV pvc-6462f2e5-9b4c-4c24-9563-a47c8f2df1e4 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:65","msg":"Executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","kind":"PersistentVolumeClaim","level":"debug","logSource":"pkg/restore/change_pvc_node_selector.go:92","msg":"PVC doesn't have node selector","name":"vault-raft-vault-2","namespace":"vault","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_pvc_node_selector.go:93","msg":"Done executing ChangePVCNodeSelectorAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:65","msg":"Executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:68","msg":"Getting plugin config","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/change_storageclass_action.go:75","msg":"No storage class mappings found","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/change_storageclass_action.go:76","msg":"Done executing ChangeStorageClassAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PersistentVolumeClaim: vault-raft-vault-2","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 10 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-raft-vault-2","namespace":"vault","progress":"","resource":"persistentvolumeclaims","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=Secret","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: azure-storage-account-fdc6604aba0c24ef6b74e30-secret","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 11 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"azure-storage-account-fdc6604aba0c24ef6b74e30-secret","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: default-token-vk4s9","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 12 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"default-token-vk4s9","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: sh.helm.release.v1.vault-operator.v1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 13 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"sh.helm.release.v1.vault-operator.v1","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: sh.helm.release.v1.vault-secrets-webhook.v1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 14 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"sh.helm.release.v1.vault-secrets-webhook.v1","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-operator-token-n275l","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 15 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-token-n275l","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-raw-config","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 16 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-raw-config","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-secrets-webhook-token-4448l","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 17 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-token-4448l","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-secrets-webhook-webhook-tls","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 18 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-webhook-tls","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-tls","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 19 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-tls","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-token-76m6m","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 20 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-token-76m6m","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Secret: vault-unseal-keys","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 21 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-unseal-keys","namespace":"vault","progress":"","resource":"secrets","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=ConfigMap","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ConfigMap: vault-configurer","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 22 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer","namespace":"vault","progress":"","resource":"configmaps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ConfigMap: vault-operator-lock","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 23 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-lock","namespace":"vault","progress":"","resource":"configmaps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ConfigMap: vault-statsd-mapping","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 24 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-statsd-mapping","namespace":"vault","progress":"","resource":"configmaps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=ServiceAccount","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:47","msg":"Executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:57","msg":"Checking secrets","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/default","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:61","msg":"Checking if secret default-token-vk4s9 matches default-token-","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/default","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ServiceAccount: default","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:65","msg":"Match found - excluding this secret","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/default","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:78","msg":"Done executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 25 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"default","namespace":"vault","progress":"","resource":"serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:47","msg":"Executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:57","msg":"Checking secrets","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-operator","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:61","msg":"Checking if secret vault-operator-token-n275l matches vault-operator-token-","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-operator","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:65","msg":"Match found - excluding this secret","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-operator","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:78","msg":"Done executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ServiceAccount: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 26 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"vault","progress":"","resource":"serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:47","msg":"Executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:57","msg":"Checking secrets","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-secrets-webhook","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:61","msg":"Checking if secret vault-secrets-webhook-token-4448l matches vault-secrets-webhook-token-","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-secrets-webhook","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:65","msg":"Match found - excluding this secret","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault-secrets-webhook","time":"2021-07-02T08:12:29Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:78","msg":"Done executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ServiceAccount: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 27 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"vault","progress":"","resource":"serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:29Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:47","msg":"Executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:57","msg":"Checking secrets","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:61","msg":"Checking if secret vault-token-76m6m matches vault-token-","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/service_account_action.go:65","msg":"Match found - excluding this secret","pluginName":"velero","restore":"velero/vault5-20210702081145","serviceaccount":"vault/vault","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/service_account_action.go:78","msg":"Done executing ServiceAccountAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ServiceAccount: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 28 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"serviceaccounts","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=Pod","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-raft-vault-0 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-file-pvc as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-raft-vault-0 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-file-pvc because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-0 has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-0 with 1 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-0","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-0","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 29 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-0","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-raft-vault-1 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-file-pvc as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-raft-vault-1 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-file-pvc because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-1 has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-1 with 1 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 30 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-1","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-raft-vault-2 as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:58","msg":"Adding PVC vault/vault-file-pvc as an additional item to restore","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-raft-vault-2 because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:991","msg":"Skipping persistentvolumeclaims/vault/vault-file-pvc because it's already been restored.","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-2 has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-2 with 1 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-2","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-2","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 31 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-2","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-configurer-6f4ddf788c-9t6pz has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-configurer-6f4ddf788c-9t6pz with 0 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-configurer-6f4ddf788c-9t6pz","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-configurer-6f4ddf788c-9t6pz","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:30Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 32 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer-6f4ddf788c-9t6pz","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-operator-5655985464-8wbbf has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-operator-5655985464-8wbbf with 0 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-operator-5655985464-8wbbf","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-operator-5655985464-8wbbf","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 33 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-5655985464-8wbbf","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/add_pvc_from_pod_action.go:44","msg":"Executing AddPVCFromPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:49","msg":"Executing InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:350","msg":"Pod vault/vault-secrets-webhook-7dfc46895c-cncrs has no init.hook.restore.velero.io/container-image annotation, no initRestoreHook in annotation","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:138","msg":"Handling InitRestoreHooks from RestoreSpec","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"internal/hook/item_hook_handler.go:157","msg":"Returning pod vault/vault-secrets-webhook-7dfc46895c-cncrs with 0 init container(s)","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/init_restorehook_pod_action.go:57","msg":"Returning from InitRestoreHookPodAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:71","msg":"Executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/restore/restic_restore_action.go:102","msg":"No restic backups found for pod","pluginName":"velero","pod":"vault/vault-secrets-webhook-7dfc46895c-cncrs","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"cmd":"/velero","level":"info","logSource":"pkg/restore/restic_restore_action.go:103","msg":"Done executing ResticRestoreAction","pluginName":"velero","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Pod: vault-secrets-webhook-7dfc46895c-cncrs","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 34 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-7dfc46895c-cncrs","namespace":"vault","progress":"","resource":"pods","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for apps/v1, Kind=ReplicaSet","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ReplicaSet: vault-configurer-6f4ddf788c","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 35 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer-6f4ddf788c","namespace":"vault","progress":"","resource":"replicasets.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ReplicaSet: vault-operator-5655985464","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 36 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-5655985464","namespace":"vault","progress":"","resource":"replicasets.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ReplicaSet: vault-secrets-webhook-7dfc46895c","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 37 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-7dfc46895c","namespace":"vault","progress":"","resource":"replicasets.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRoleBinding: vault-auth-delegator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRoleBinding, vault-auth-delegator skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 38 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-auth-delegator","namespace":"","progress":"","resource":"clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRoleBinding: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRoleBinding, vault-operator skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 39 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"","progress":"","resource":"clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRoleBinding: vault-secrets-webhook-limited","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRoleBinding, vault-secrets-webhook-limited skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 40 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-limited","namespace":"","progress":"","resource":"clusterrolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for rbac.authorization.k8s.io/v1, Kind=ClusterRole","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRole: system:auth-delegator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRole, system:auth-delegator skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 41 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"system:auth-delegator","namespace":"","progress":"","resource":"clusterroles.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRole: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRole, vault-operator skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 42 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"","progress":"","resource":"clusterroles.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ClusterRole: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1296","msg":"Restore of ClusterRole, vault-secrets-webhook skipped: it already exists in the cluster and is the same as the backed up version","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 43 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"","progress":"","resource":"clusterroles.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for apps/v1, Kind=ControllerRevision","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore ControllerRevision: vault-64d9c64fd9","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 44 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-64d9c64fd9","namespace":"vault","progress":"","resource":"controllerrevisions.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for apps/v1, Kind=Deployment","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Deployment: vault-configurer","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 45 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer","namespace":"vault","progress":"","resource":"deployments.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Deployment: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 46 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"vault","progress":"","resource":"deployments.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Deployment: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:31Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 47 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"vault","progress":"","resource":"deployments.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=Endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-0","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 48 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-0","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 49 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-1","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-2","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 50 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-2","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-configurer","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 51 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 52 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 53 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Endpoints: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 54 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"endpoints","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for discovery.k8s.io/v1beta1, Kind=EndpointSlice","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-0-8g5gw","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 55 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-0-8g5gw","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-1-vttkb","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 56 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-1-vttkb","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-2-77ckv","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 57 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-2-77ckv","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-configurer-x6d42","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 58 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer-x6d42","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-operator-dx66w","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 59 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-dx66w","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-secrets-webhook-cr5mt","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 60 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook-cr5mt","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore EndpointSlice: vault-vfphf","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 61 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-vfphf","namespace":"vault","progress":"","resource":"endpointslices.discovery.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for coordination.k8s.io/v1, Kind=Lease","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Lease: vault-operator-lock","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 62 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator-lock","namespace":"vault","progress":"","resource":"leases.coordination.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for policy/v1beta1, Kind=PodDisruptionBudget","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore PodDisruptionBudget: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 63 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"vault","progress":"","resource":"poddisruptionbudgets.policy","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for rbac.authorization.k8s.io/v1, Kind=RoleBinding","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for rolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore RoleBinding: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 64 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"rolebindings.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for rbac.authorization.k8s.io/v1, Kind=Role","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Role: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 65 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"roles.rbac.authorization.k8s.io","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for /v1, Kind=Service","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-0","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 66 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-0","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-1","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 67 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-1","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-2","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:32Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 68 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-2","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-configurer","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 69 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-configurer","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-operator","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 70 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-operator","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault-secrets-webhook","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 71 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault-secrets-webhook","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1133","msg":"Executing item action for services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Service: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 72 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"services","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for apps/v1, Kind=StatefulSet","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore StatefulSet: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 73 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"statefulsets.apps","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:883","msg":"Getting client for vault.banzaicloud.com/v1alpha1, Kind=Vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:1238","msg":"Attempting to restore Vault: vault","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:664","msg":"Restored 74 items out of an estimated total of 74 (estimate will change throughout the restore)","name":"vault","namespace":"vault","progress":"","resource":"vaults.vault.banzaicloud.com","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:546","msg":"Waiting for all restic restores to complete","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:562","msg":"Done waiting for all restic restores to complete","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:566","msg":"Waiting for all post-restore-exec hooks to complete","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/restore/restore.go:574","msg":"Done waiting for all post-restore exec hooks to complete","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"level":"info","logSource":"pkg/controller/restore_controller.go:480","msg":"restore completed","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:116","msg":"found preexisting restartable plugin process","name":"velero.io/azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"/go/src/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure/object_store.go:330","msg":"Putting block (id=00000000) of length 5798","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"/go/src/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure/object_store.go:351","msg":"Putting block list [{00000000 Latest}]","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"/go/src/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure/object_store.go:330","msg":"Putting block (id=00000000) of length 188","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"/go/src/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure/object_store.go:351","msg":"Putting block list [{00000000 Latest}]","pluginName":"velero-plugin-for-microsoft-azure","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/velero","pid":56,"restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/velero","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:33Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":73,"restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:34Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","restore":"velero/vault5-20210702081145","time":"2021-07-02T08:12:34Z"}
{"controller":"restore","level":"debug","logSource":"pkg/controller/restore_controller.go:268","msg":"Restore completed","time":"2021-07-02T08:12:34Z"}
{"controller":"restore","level":"debug","logSource":"pkg/controller/restore_controller.go:274","msg":"Updating restore's final status","time":"2021-07-02T08:12:34Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":46,"time":"2021-07-02T08:12:34Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"restore","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","time":"2021-07-02T08:12:34Z"}
{"controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:125","msg":"Checking for existing backup storage locations to sync into cluster","time":"2021-07-02T08:12:57Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:164","msg":"Checking if backups need to be synced at this time for this location","time":"2021-07-02T08:12:57Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:171","msg":"Checking backup location for backups to sync into cluster","time":"2021-07-02T08:12:57Z"}
{"controller":"backup-sync","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","time":"2021-07-02T08:12:57Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","time":"2021-07-02T08:12:57Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":94,"time":"2021-07-02T08:12:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:57Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","time":"2021-07-02T08:12:57Z","version":2}
{"address":"/tmp/plugin079596249","cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:57Z"}
{"backupCount":383,"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:186","msg":"Got backups from backup store","time":"2021-07-02T08:12:58Z"}
{"backupCount":384,"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:193","msg":"Got backups from cluster","time":"2021-07-02T08:12:58Z"}
{"backupLocation":"backup---","controller":"backup-sync","level":"debug","logSource":"pkg/controller/backup_sync_controller.go:206","msg":"No backups found in the backup location that need to be synced into the cluster","time":"2021-07-02T08:12:58Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:12:58Z"}
{"controller":"backup-storage-location","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:105","msg":"looking for plugin in registry","name":"velero.io/azure","time":"2021-07-02T08:12:58Z"}
{"command":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","kind":"ObjectStore","level":"debug","logSource":"pkg/plugin/clientmgmt/manager.go:120","msg":"creating new restartable plugin process","name":"velero.io/azure","time":"2021-07-02T08:12:58Z"}
{"args":["/plugins/velero-plugin-for-microsoft-azure","--log-level","trace"],"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"starting plugin","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin started","path":"/plugins/velero-plugin-for-microsoft-azure","pid":104,"time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"waiting for RPC address","path":"/plugins/velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":94,"time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-sync","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"/go/pkg/mod/github.com/vmware-tanzu/velero@v1.4.0/pkg/plugin/framework/server.go:178","msg":"Setting log level to TRACE","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:58Z"}
{"address":"/tmp/plugin687781712","cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin address","network":"unix","pluginName":"velero-plugin-for-microsoft-azure","time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"using plugin","time":"2021-07-02T08:12:58Z","version":2}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"info","logSource":"pkg/controller/backup_storage_location_controller.go:114","msg":"Validating backup storage location","time":"2021-07-02T08:12:58Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"info","logSource":"pkg/controller/backup_storage_location_controller.go:121","msg":"Backup storage location valid, marking as available","time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin process exited","path":"/plugins/velero-plugin-for-microsoft-azure","pid":104,"time":"2021-07-02T08:12:58Z"}
{"cmd":"/plugins/velero-plugin-for-microsoft-azure","controller":"backup-storage-location","level":"debug","logSource":"pkg/plugin/clientmgmt/logrus_adapter.go:74","msg":"plugin exited","time":"2021-07-02T08:12:58Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:58","msg":"Validating availability of backup storage locations.","time":"2021-07-02T08:12:58Z"}
{"backup-storage-location":"backup---","controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:94","msg":"Validation not required, skipping...","time":"2021-07-02T08:12:58Z"}
{"controller":"backup-storage-location","level":"debug","logSource":"pkg/controller/backup_storage_location_controller.go:132","msg":"No backup storage locations needed to be validated","time":"2021-07-02T08:12:58Z"}

Restic logs show:

1","level":"debug","logSource":"pkg/controller/pod_volume_restore_controller.go:178","msg":"Pod is not running restic-wait init container, not enqueuing restores for pod","time":"2021-07-02T08:26:09Z"}
{"controller":"pod-volume-restore","key":"vault/vault-1","level":"debug","logSource":"pkg/controller/pod_volume_restore_controller.go:178","msg":"Pod is not running restic-wait init container, not enqueuing restores for pod","time":"2021-07-02T08:26:09Z"}
{"controller":"pod-volume-restore","key":"vault/vault-1","level":"debug","logSource":"pkg/controller/pod_volume_restore_controller.go:178","msg":"Pod is not running restic-wait init container, not enqueuing restores for pod","time":"2021-07-02T08:26:09Z"}
{"controller":"pod-volume-restore","key":"vault/vault-1","level":"debug","logSource":"pkg/controller/pod_volume_restore_controller.go:178","msg":"Pod is not running restic-wait init container, not enqueuing restores for pod","time":"2021-07-02T08:26:12Z"}

Anything else you would like to add: I'm attaching the Terraform helm velero, maybe it would be useful

  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "~> 2.4"
    }
  }

  # backend "azurerm" {
  #   storage_account_name = "------"
  #   resource_group_name  = "terraform"
  #   container_name       = "-----"
  #   key                  = "helm.tfstate"
  # }

}

locals {
  cluster_name              = "cluster_name"
  cluster_resource_group    = "cluster_resource_group"
  # Use cluster scope resource group starting with "MC_...."
  # ADD velero account with contributor right to "MC_...."
  # Look through PV if restore stuck (delete previous resources)
  scope_resource_group_name = "scope_resource_group_name"
  velero_storage_account    = "velero_storage_account"
  velero_storage_account_rg = "velero_storage_account_rg"
  velero_bucket_name        = "velero_bucket_name"
  keyvault_id               = "keyvault_id"
  subscription_id           = "subscription_id"
}

provider "azurerm" {
  features {}
  subscription_id = local.subscription_id
}

data "azurerm_key_vault_secret" "AZURE-TENANT-ID" {
  name         = "AZURE-TENANT-ID"
  key_vault_id = local.key_vault_id
}

data "azurerm_key_vault_secret" "AZURE-SUBSCRIPTION-ID" {
  name         = "AZURE-SUBSCRIPTION-ID"
  key_vault_id = local.key_vault_id
}

data "azurerm_key_vault_secret" "VELERO-AZURE-CLIENT-ID" {
  name         = "VELERO-AZURE-CLIENT-ID"
  key_vault_id = local.key_vault_id
}

data "azurerm_key_vault_secret" "VELERO-AZURE-CLIENT-SECRET" {
  name         = "VELERO-AZURE-CLIENT-SECRET"
  key_vault_id = local.key_vault_id
}

data "azurerm_kubernetes_cluster" "this" {
  name                = local.cluster_name
  resource_group_name = local.cluster_resource_group
}

provider "kubernetes" {
    host                   = data.azurerm_kubernetes_cluster.this.kube_config.0.host
    username               = data.azurerm_kubernetes_cluster.this.kube_config.0.username
    password               = data.azurerm_kubernetes_cluster.this.kube_config.0.password
    client_certificate     = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.client_certificate)
    client_key             = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.client_key)
    cluster_ca_certificate = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.cluster_ca_certificate)
}

resource "kubernetes_namespace" "velero" {
  metadata {
    annotations = {
      createdby = "terraform"
    }

    name = "velero"
  }
}

resource "kubernetes_secret" "example" {
  metadata {
    name = "cloud-credentials"
    namespace = "velero"
  }

  data = {
    "cloud" = <<EOF
AZURE_SUBSCRIPTION_ID = ${data.azurerm_key_vault_secret.AZURE-SUBSCRIPTION-ID.value}
AZURE_CLIENT_ID = ${data.azurerm_key_vault_secret.VELERO-AZURE-CLIENT-ID.value}
AZURE_TENANT_ID = ${data.azurerm_key_vault_secret.AZURE-TENANT-ID.value}
AZURE_CLIENT_SECRET = ${data.azurerm_key_vault_secret.VELERO-AZURE-CLIENT-SECRET.value}
AZURE_RESOURCE_GROUP = ${local.scope_resource_group_name}
AZURE_CLOUD_NAME = "AzurePublicCloud"
EOF
  }

}

provider "helm" {
  kubernetes {
    host                   = data.azurerm_kubernetes_cluster.this.kube_config.0.host
    username               = data.azurerm_kubernetes_cluster.this.kube_config.0.username
    password               = data.azurerm_kubernetes_cluster.this.kube_config.0.password
    client_certificate     = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.client_certificate)
    client_key             = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.client_key)
    cluster_ca_certificate = base64decode(data.azurerm_kubernetes_cluster.this.kube_config.0.cluster_ca_certificate)
  }
}

resource "helm_release" "velero" {
  name       = "velero"
  repository = "https://vmware-tanzu.github.io/helm-charts"
  chart      = "velero"
  version    = "2.23.1"
  namespace  = "velero"
  # create_namespace = true

    set {
    name  = "image.tag"
    value = "v1.6.1"
  }

  set {
    name  = "initContainers[0].image"
    value = "velero/velero-plugin-for-microsoft-azure:v1.2.0"
  }

  set {
    name  = "configuration.provider"
    value = "azure"
  }

  set {
    name = "snapshotsEnabled"
    value = "true"
  }

  set {
    name  = "configuration.backupStorageLocation.name"
    value = local.velero_storage_account
  }

  set {
    name  = "configuration.backupStorageLocation.default"
    value = "true"
  }

  set {
    name  = "configuration.backupStorageLocation.bucket"
    value = local.velero_bucket_name
  }

  set {
    name  = "configuration.backupStorageLocation.config.resourceGroup"
    value = local.velero_storage_account_rg
  }

  set {
    name  = "configuration.backupStorageLocation.config.subscriptionId"
    value = data.azurerm_key_vault_secret.AZURE-SUBSCRIPTION-ID.value
  }

  set {
    name  = "configuration.backupStorageLocation.config.storageAccount"
    value = local.velero_storage_account
  }

  set {
    name  = "configuration.volumeSnapshotLocation.config.resourceGroup"
    value = local.velero_storage_account_rg
  }

  set {
    name  = "configuration.volumeSnapshotLocation.config.subscriptionId"
    value = data.azurerm_key_vault_secret.AZURE-SUBSCRIPTION-ID.value
  }

  set {
    name  = "initContainers[0].name"
    value = "velero-plugin-for-azure"
  }

  set {
    name  = "credentials.existingSecret"
    value = "cloud-credentials"
  }

  set {
    name  = "initContainers[0].volumeMounts[0].mountPath"
    value = "/target"
  }

  set {
    name  = "initContainers[0].volumeMounts[0].name"
    value = "plugins"
  }

  set {
    name  = "deployRestic"
    value = "true"
  }

  set {
    name = "metrics.enabled"
    value = "true"
  }

  set {
    name = "metrics.scrapeInterval"
    value = "30s"
  }

  set {
    name = "metrics.scrapeTimeout"
    value = "10s"
  }

  set {
    name = "metrics.serviceMonitor.enabled"
    value = "true"
  }

  set {
    name = "metrics.serviceMonitor.enabled"
    value = "true"
  }

  set {
    name = "metrics.serviceMonitor.additionalLabels.release"
    value = "prometheus"
  }
}

Environment: Velero versions:

Kubernetes AKS versions:

Thank you in advance

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

VitaliiDobrovolskyi commented 3 years ago

Hello, please update me if you have any suggestions, thank you.

VitaliiDobrovolskyi commented 3 years ago

Hello, any updates? Thank you.

VitaliiDobrovolskyi commented 3 years ago

update

VitaliiDobrovolskyi commented 3 years ago

update

Stitch0224 commented 2 years ago

i have the same issue, please tell us how to do that

SnaveNitsua commented 2 years ago

same problem