-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volume snapshots don't include informative metadata #278
Comments
@skriss let's incorporate this into the backup target design |
It would also be great if Ark could capture any existing tags on AWS volumes. Here's why: When Kubernetes creates volumes in AWS (and probably other cloud providers too) for backing PVs, it adds multiple tags to the volumes (KubernetesCluster, Name, kubernetes.io/created-for/pv/name, kubernetes.io/created-for/pvc/name, etc). When an AWS cluster is managed by kops, the IAM policy assigned to the Kubernetes master(s) relevant to mounting volumes to nodes includes a condition for the One scenario that will have to be addressed is when Ark is being used to migrate PVs from one cluster to another (ie. when the |
I'm facing the same issue with kops managed clusters. Would this be a good case for the use of plugins? |
@ftoresan this has to be done in the core Ark server code, possibly with some adjustments to some of the cloud plugin code. |
* remove vsc for datamover case * Move datamover deletion logic to datamover pkg * run make update
Currently when a Snapshot is created in AWS due to a Backup, the snapshot has no name nor description. It has only a label pointing to Ark: "tag-key=ark-snapshot"
Having lots of snapshots will be difficult to see why some snapshot is for.
The idea is to add a name, and a description adding more data, for example the Backup name and/or the POD's name owning the PVC. Additional tags can also be added.
The text was updated successfully, but these errors were encountered: