k8up-io / k8up

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

Custom Annotations for Backup-Jobs #885

Open sebschlue opened 11 months ago

sebschlue commented 11 months ago

Summary

As a user of k8up backup operator, I would like to be able to specify custom annotations for backup jobs.

This would be useful to implement solution 1 as desribed in https://itnext.io/three-ways-to-use-linkerd-with-kubernetes-jobs-c12ccc6d4c7c

It would then be possible to have a job template like this:

jobTemplate:
  spec:
    template:
      metadata:
        annotations:
          linkerd.io/inject: disabled

Context

Please see https://itnext.io/three-ways-to-use-linkerd-with-kubernetes-jobs-c12ccc6d4c7c why this is important for users that also use linkerd and have auto-injection enabled at a namespace level.

Out of Scope

No response

Further links

No response

Acceptance Criteria

No response

Implementation Ideas

No response