EKS 1.17: Persistent volume is not a supported volume type for snapshots #3263
-
What steps did you take and what happened: What did you expect to happen: The output of the following commands will help us better understand what's going on: Here is the Backup configuration:
Here is the Velero output when creating a backup for a PV created with ebs.csi.aws.com driver:
Environment:
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.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
From the logs you posted and the corresponding code, it looks like you don't have a matching Can you please confirm that you have kubectl -n velero get backup <BACKUP_NAME> -oyaml
kubectl -n velero get volumesnapshotlocations -oyaml |
Beta Was this translation helpful? Give feedback.
-
Hi, I confirm I have a VolumeSnapshotLocation configured. Here is the detail of the backup:
And the volumesnapshotlocation:
I am using kube2iam on velero deployment to allow Velero to access S3 backup bucket and create snapshots with the following policy:
And here is the AWS plugin configuration in my velero deployment:
|
Beta Was this translation helpful? Give feedback.
-
This discussion has been moved to an issue: #3341. |
Beta Was this translation helpful? Give feedback.
This discussion has been moved to an issue: #3341.