velero: Backup Cluster Failed with persistentvolumeclaim not found error in server pod log

I am trying to backup my entire cluster. The backup is failing. In the ark server pod log, I am seeing these errors saying that the persistentvolumeclaim is not found:

time="2018-04-23T19:34:40Z" level=info msg="Backup completed" backup=heptio-ark/qa-20180423-3 logSource="pkg/controller/backup_controller.go:375"
time="2018-04-23T19:34:41Z" level=error msg="backup failed" error="[persistentvolumeclaims \"brigade-worker-01c9sm9g47trhpg0fmhwb53hc4\" not found, persistentvolumeclaims \"brigade-worker-01ca6455q4taxqdkm23gg27hgh\" not found, persistentvolumeclaims \"brigade-worker-01ca64ywwfnjb5mfx3c1pjyxye\" not found, persistentvolumeclaims \"brigade-worker-01c9sm9g47trhpg0fmhwb53hc4\" not found, persistentvolumeclaims \"brigade-worker-01ca6455q4taxqdkm23gg27hgh\" not found, persistentvolumeclaims \"brigade-worker-01ca64ywwfnjb5mfx3c1pjyxye\" not found, persistentvolumeclaims \"brigade-worker-01canstq5nyaae8a760mb1k37s\" not found, persistentvolumeclaims \"brigade-worker-01c9p8wrfxhpq3gbd8jzr42t04\" not found, persistentvolumeclaims \"brigade-worker-01c9pj36p3d20mcykwt96pnxag\" not found, persistentvolumeclaims \"brigade-worker-01c9q1xhe63rte5v7xzwq178dw\" not found, persistentvolumeclaims \"brigade-worker-01c9sgk31mawsbf3n3j1e0hypt\" not found, persistentvolumeclaims \"brigade-worker-01c9sjxxvv70naqd36aqng4set\" not found, persistentvolumeclaims \"brigade-worker-01c9sk95h6setspvny5rdhpzex\" not found, persistentvolumeclaims \"brigade-worker-01c9skqfw4dgj9d2bzh91vm805\" not found, persistentvolumeclaims \"brigade-worker-01c9sktkzcym5jymt3qfzyrf8j\" not found, persistentvolumeclaims \"brigade-worker-01c9p8wrfxhpq3gbd8jzr42t04\" not found, persistentvolumeclaims \"brigade-worker-01c9pj36p3d20mcykwt96pnxag\" not found, persistentvolumeclaims \"brigade-worker-01c9p8wrfxhpq3gbd8jzr42t04\" not found, persistentvolumeclaims \"brigade-worker-01c9pj36p3d20mcykwt96pnxag\" not found, persistentvolumeclaims \"brigade-worker-01c9q1xhe63rte5v7xzwq178dw\" not found, persistentvolumeclaims \"brigade-worker-01c9sk95h6setspvny5rdhpzex\" not found, persistentvolumeclaims \"brigade-worker-01c9skqfw4dgj9d2bzh91vm805\" not found, persistentvolumeclaims \"brigade-worker-01c9sktkzcym5jymt3qfzyrf8j\" not found]" key=heptio-ark/qa-20180423-3 logSource="pkg/controller/backup_controller.go:273"

How can I resolve this to backup my whole cluster?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (11 by maintainers)

Most upvoted comments

@skriss Awesome. After scaling the ark deployment down to 0 and back to 1, ark picked up the updated credentials and the snapshot authentication errors have disappeared from my backup log. The only errors still left are the persistentvolumeclaim not found errors. Thank you!