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

[Feature]: Add possibility to specify annotations for the CronJob that is created by MongoDBBackupPlan #75

Open
vusalalishov opened this issue Aug 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vusalalishov
Copy link

Is your feature request related to a problem? Please describe.
We use linkerd as a service mesh solution, and its container is injected in the pods by default. Since linkerd container runs forever, we get a pod for a job that never terminates, since there is at least 1 container running.

Describe the solution you'd like
One of the possible solutions could be to provide a possibility to specify additional annotations for the CronJob and Job, using which we can add: linkerd.io/inject: false annotation, which will prevent linkerd injection.

Describe alternatives you've considered
There might a plenty of different approaches to solve this problem, for example: do not inject linkerd by default in all pods and control it manually.

Additional context
None

@vusalalishov vusalalishov added the enhancement New feature or request label Aug 2, 2022
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