baank opened a new pull request #25589: [SPARK-28879] Kubernetes node selector should be configurable URL: https://github.com/apache/spark/pull/25589 ### What changes were proposed in this pull request? Added two new configuration items: spark.kubernetes.executor.node.selector spark.kubernetes.driver.node.selector Which mimic the behaviour of spark.kubernetes.node.selector but specifically for executors and nodes. ### Why are the changes needed? To allow Kubernetes users to deploy driver and executor pods to different nodes. This is especially important for AWS users who want to run executors on Spot instances. ### Does this PR introduce any user-facing change? No.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
