activeDeadlineSeconds like capability in a job
What would you like to be added:
A activeDeadlineSeconds-like capability in a job that limits the job survival time The job is not finished within the specified time
Why is this needed:
Avoid some long-running jobs that do not set up the completed exit mechanism
There is a definition of ActiveDeadlineSeconds in the job of k8s, which can control the running time of the job. If Volcano also adds corresponding definitions and functions, users will be more flexible in using it. I vote for it.
Hello š Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! š¤ If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
still need this
/good-first-issue
@hwdef: This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
I am very interested in this issue, please assign it to me.
/assign
Please submit a design document first. We also had some discussions during last week's weekly meeting:
- Add more scenarios. (You can refer to kubernetes job)
- After the set time is reached, the vcjob status changes to complete
Please submit a design document first. We also had some discussions during last week's weekly meeting:
- Add more scenarios. (You can refer to kubernetes job)
- After the set time is reached, the vcjob status changes to complete
ok, I got it, where is week's weekly meeting. I am very interested to join you.
https://zoom.us/j/91804791393 Every Friday at 3pm
You can also add WeChat account k8s2222 to let her pull you into the group. Meeting announcements will be posted in the group
@fengruotj Did you still work on this?
@fengruotj @hwdef hello,could I join in? I finish one and want another
@fengruotj Yes, you can. welcome
/assign
@hwdef I still don't know much about volcano source code, can you please help me clarify which functions this change will involve?or anything I should deep learn about volcano
two parts:
- Modify api, I already submit a PR https://github.com/volcano-sh/apis/pull/138
- Modify controller code, The logic is similar to the job native to k8s, and we can learn from the logic of k8s
First we need to submit a design document
@hwdef sure,I need to comb the source code, determine the specific scope of impact
/priority important-soon
Hi, Iām a new contributor and would like to work on this issue. Can I take it?
/assign
@elysium-w Are you still doing this?
@elysium-w Are you still doing this?
yes,I was busy in those month for find job and graduation,right now I already finish it temporarily,sorry for my slow progress,I'll try to finish it these days,no more than 5 days. I'm so sorry.