You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to specify a schedulerName and a priorityClassName for the TaskManager Pod.
I am creating a new scheduling framework for my bachelor thesis when implementing support for the Spark-Operator. I find it very convenient to have the PodSpec be part of the Executor/Driver pod.
I guess I could also implement the feature by creating a new BatchScheduler. Let me know if extending TaskManagerSpec and JobManagerSpec with a PodSpec (and thus also moving nodeSelector, labels, annotations, tolerations) sounds reasonable. Otherwise, I might go the BatchScheduler route.
The text was updated successfully, but these errors were encountered:
Hello,
I want to specify a
schedulerName
and apriorityClassName
for the TaskManager Pod.I am creating a new scheduling framework for my bachelor thesis when implementing support for the Spark-Operator. I find it very convenient to have the PodSpec be part of the Executor/Driver pod.
I guess I could also implement the feature by creating a new BatchScheduler. Let me know if extending
TaskManagerSpec
andJobManagerSpec
with aPodSpec
(and thus also movingnodeSelector
,labels
,annotations
,tolerations
) sounds reasonable. Otherwise, I might go the BatchScheduler route.The text was updated successfully, but these errors were encountered: