Skip to content
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

Add PodSpec to JopManager and TaskManager #276

Open
ls-1801 opened this issue Feb 19, 2022 · 1 comment
Open

Add PodSpec to JopManager and TaskManager #276

ls-1801 opened this issue Feb 19, 2022 · 1 comment

Comments

@ls-1801
Copy link

ls-1801 commented Feb 19, 2022

Hello,

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.

@regadas
Copy link
Contributor

regadas commented Apr 13, 2022

Hi @ls-1801 Sorry for late reply.

Adding a PodSpec sounds interesting and I think it's worth exploring! Do you still have time to propose something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants