k8up-io / k8up

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

Add global flag to skip all PVC backups #878

Closed haasad closed 1 year ago

haasad commented 1 year ago

Summary

As "cluster admin"\ I want "the option to skip automatic PVC backup"\ So that "I can use k8up for application-aware backup only"

Context

We're using k8up extensively on clusters without RWX volumes for application-aware backups (db dumps etc.). With the introduction of RWO PVC backups by default in v2.6, we'd now have to annotate all existing (and future) RWO PVCs with k8up.io/backup: "false". It would be nice to have a global flag to skip all PVC backups entirely to mimic the old behavior.

Out of Scope

No response

Further links

No response

Acceptance Criteria

No response

Implementation Ideas

No response

tobru commented 1 year ago

This is a duplicate of #550