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

Add support to skip adding activeDeadlineSeconds to "run-once" pods based on their labels #61

Merged
merged 3 commits into from
Feb 1, 2022

Conversation

simu
Copy link
Member

@simu simu commented Feb 1, 2022

This PR introduces support for not adding activeDeadlineSeconds to "run-once" pods based on their labels.

This can be useful to exclude some pods (e.g. cert-manager http01 solver pods) from the default deadline logic.

Checklist

  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.

simu added 2 commits February 1, 2022 11:52
This commit introduces support for not adding `activeDeadlineSeconds` to
RunOnce pods based on their labels. This can be useful to exclude some
pods (e.g. cert-manager http01 solver pods) from the default deadline
logic.
@simu simu added the enhancement New feature or request label Feb 1, 2022
@simu simu requested review from bastjan and a team and removed request for bastjan February 1, 2022 10:54
@simu simu merged commit f929d5d into master Feb 1, 2022
@simu simu deleted the fix/activedeadline-ignore-pods branch February 1, 2022 11:47
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

Successfully merging this pull request may close these issues.

2 participants