Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Tolerations and node affinity support #623

Open
Lemmons opened this issue Mar 8, 2018 · 2 comments
Open

Tolerations and node affinity support #623

Lemmons opened this issue Mar 8, 2018 · 2 comments

Comments

@Lemmons
Copy link

Lemmons commented Mar 8, 2018

Taints, tolerations, and node affinities seem to be the way to provide fine-grain scheduling support in a kubernetes cluster. Maybe I'm blind, but I can't seem to find any way to provide pod spec level properties when running spark. The closest I can get is spark.kubernetes.node.selector., but this doesn't provide the level of required control.

I can spin up another dedicated kube cluster to only host spark, but I would prefer to instead just have a dedicated node pool, which adding support for tolerations would do.

@dawnbreaks
Copy link

+1
Yes, we need this feature too. Is there a plan to support tolerations?

@rvesse
Copy link

rvesse commented Jan 25, 2019

NB - Per the README all development work and discussion has moved to the main apache/spark repo

You can probably do this with the new Pod Templates feature which is currently only available in master and is targeted for release with Spark 3.0 sometime later in the year

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

No branches or pull requests

3 participants