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

Apply all pod level runtime settings to CronJob #1396

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

Legion2
Copy link
Contributor

@Legion2 Legion2 commented Oct 23, 2021

Fixes #1395

It is not possible to decide which pod level runtime settings make sense for the CronJob, because for each property there is a valid use case, but also there are use cases, where they are not required. There may also be use cases where the CronJob pod settings should be different from those of the Backup Session. This change could also be breaking in case the pod runtime settings of the Backup Configuration contains properties that should not be applied to the CronJob.

As a result, this change should only be seen as workaround and a better solution for configuring the CronJob should be provided in future releases.

Signed-off-by: Leon Kiefer <leon.k97@gmx.de>
@Legion2 Legion2 force-pushed the cronjob-pod-settings branch from 914b9d1 to b5918de Compare October 23, 2021 13:06
Copy link
Contributor

@hossainemruz hossainemruz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Legion2

@hossainemruz hossainemruz changed the title apply all pod runtime settings to CronJob Apply all pod level runtime settings to CronJob Oct 25, 2021
@hossainemruz hossainemruz added the automerge Kodiak will auto merge PRs that have this label label Oct 25, 2021
@kodiakhq kodiakhq bot merged commit a5b7398 into stashed:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Kodiak will auto merge PRs that have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Important CronJob Pod RuntimeSettings are not applied
2 participants