HaoJie Liu
HaoJie Liu
`TaskFailedEvent` will be triggered when pods `RestartCount` reaches task `maxRetry`, but it seems that this event will not trigger any specific action, maybe you need to add a policy to...
https://github.com/volcano-sh/volcano/blob/1b2630605b3f6669b5db9a77abd12d08f923e6d3/pkg/scheduler/actions/preempt/preempt.go#L124-L126 Pods with `Preemptable` = false will not be preempted, but it seems that `task.Preemptable` is false by default if we don't set annotation or label. https://github.com/volcano-sh/volcano/blob/1b2630605b3f6669b5db9a77abd12d08f923e6d3/pkg/scheduler/api/pod_info.go#L101 @Thor-wl I don't...
may I have a try for this,write a provider