Jesse Stutler

Results 341 comments of Jesse Stutler

I can't reproduce scenario 2, do you use the deployment rather than vcjob? Why is here no 0.7c pod in your image? ![image](https://github.com/user-attachments/assets/af25b370-32ee-4385-ac8c-dc05c9fb98fc)

Seems that in scenario 2, Sub causes the panic, but why is that...I can't reproduce it

I'm glad to work on this.

@hwdef Hi, Do we only need to support preemptionPolicy at the pod level? Not to add more fields in job_info. So that we only need to add some logic in...

@lowang-bh I think get the `preeemptionPolicy` from pod spec in taskInfo is enough? K8s default scheduler only use the `preemptionPolicy` https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go#L240-L242 here to judge whether the `preemptionPolicy` is Never. So...

If we support `preemptionPolicy` for vcjob, becasuse `preemptionPolicy` field comes from priorityclass, I think all pods in vcjob should set the same `PriorityClassName` with vcjob. In kube-apiserver, there is a...