-
Notifications
You must be signed in to change notification settings - Fork 994
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
How do we support Job.Spec update #68
Comments
All the pods are all identified via podName which depends on the jobName&taskName, the |
What i really mean is we should prevent handling update until we find a way to deal with it. |
[Issue volcano-sh#68][BUG2019042800657]add taskTemplate check before: task.template din't check full after: e.g. if resource limit < request ![image](/uploads/61da812269eb73b009d8a5a0378a420b/image.png) Issues info: Issue ID: 68 Title: add check Issue url: CBU-PaaS/Community/volcano/volcano#68 See merge request CBU-PaaS/Community/volcano/volcano!117
I noticed we want to support Job.Spec update in
Controller.updateJob
But the generated request is
But in syncJob
if no pods provided in request, it will create new pods for the Job, and so it will fail, and the following status is unknown.
btw, I am not very familiar with the entire state machine , and maybe i miss something.
The text was updated successfully, but these errors were encountered: