I suspect the aws plugin not working with EKS auto-mode's ebs.csi.eks.amazonaws.com Provisioner
#9253
Unanswered
nevotheless
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
-
|
The plugin may not and need updating, but you should be able to use velero native csi functionality outside of the snapshotter plugin. https://velero.io/docs/v1.17/csi/ Remove VSL, use velero CSI, and see if it works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hio Velero Community. I am currently trying getting a EBS Volume Snapshot Backup Running using my default Velero setup but i am getting a
resource: /persistentvolumes name: /pvc-asdf message: /No volume ID returned by volume snapshotter for persistent volume. I haven't found anything useful in the velero pod logs and now i am suspecting the EKS Auto-Mode to be the pitfal here.EKS Auto-Mode uses a different provisioner
ebs.csi.eks.amazonaws.cominstead ofebs.csi.aws.comand now i am wondering if the Velero plugin knows how to work with that.Does someone know more about this or atleast how i could verify this being the case?
Would be going the csi snapshotter route a good alternative?
Beta Was this translation helpful? Give feedback.
All reactions