Skip to content
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

Custom Annotations for Backup-Jobs #885

Open
sebschlue opened this issue Sep 15, 2023 · 0 comments
Open

Custom Annotations for Backup-Jobs #885

sebschlue opened this issue Sep 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sebschlue
Copy link

sebschlue commented Sep 15, 2023

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

@sebschlue sebschlue added the enhancement New feature or request label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant