k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Allow to attach dynamic tags to snapshots #892

Open tobikris opened 11 months ago

tobikris commented 11 months ago

Summary

As a "app operator"\ I want "to attach dynamic tags to my snapshots"\ So that "I can store information like the app version".

Context

I would like to be able to tag snapshots with information like the current app version. This allows to ensure the restore process can be done easily and with the correct version.

Out of Scope

Further links

No response

Acceptance Criteria

No response

Implementation Ideas

My current idea would be to add this functionality similarly to the backupcommand configuration (e.g. tagcommand).

The command can be specified by the user and its stdout is parsed and attached as tags.