When executing velero backup delete, object data of ${bucket_name}/kopia/${namespace} cannot be deleted from s3 (minio). #6910
Replies: 3 comments
-
I believe you might be facing this similar issue: #6575 |
Beta Was this translation helpful? Give feedback.
-
@shubham-pampattiwar Regards, |
Beta Was this translation helpful? Give feedback.
-
To determine if this is a bug, you can take the following steps: Review Velero's documentation and release notes to check if there are any known issues related to the version you are using (1.12.0). |
Beta Was this translation helpful? Give feedback.
-
When executing velero backup delete, object data of ${bucket_name}/kopia/${namespace} cannot be deleted from s3 (minio)
I confirmed that it can delete ${bucket_name}/backups/${backup_name}.
But, it can't delete ${bucket_name}/kopia/${namespace}.
Is it bug? If this is bug, I will open ticket for bug.
use version
1.12.0
using velero backup command with parametter "--snapshot-move-data"
$ velero backup create 20231002-1656-kamap2 --snapshot-move-data --selector velerobackup=enable --namespace kube-storage --include-namespaces kamap2
How to reproduce
It can't delete kopia's object storage from s3(minio).
It can delete well backup/20231002-1656-kamap2 from s3(minio).
Beta Was this translation helpful? Give feedback.
All reactions