Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
#23270
Describe the solution you'd like
A clear and concise description of what you want to happen.
force the backup pod to close after a maximum of 23 hours
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
put in cronjob yaml
activeDeadlineSeconds: 10800
for example
spec:
schedule: 0 2 * * *
startingDeadlineSeconds: 120
concurrencyPolicy: Forbid
suspend: false
jobTemplate:
metadata:
creationTimestamp: null
spec:
template:
metadata:
creationTimestamp: null
spec:
activeDeadlineSeconds: 10800
containers:
- name: jenkins-backup
Additional context
Add any other context or screenshots about the feature request here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.