This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass K8sPluginConfig to spark driver and executor pods #patch (#271)
* Pass default tolerations to spark driver and executor Signed-off-by: fg91 <[email protected]> * Test passing default tolerations to spark driver and executor Signed-off-by: fg91 <[email protected]> * Pass scheduler name to driver and executor SparkPodSpec Signed-off-by: fg91 <[email protected]> * Carry DefaultNodeSelector from k8s plugin config to SparkPodSpec Signed-off-by: fg91 <[email protected]> * Carry over EnableHostNetworkingPod Signed-off-by: Fabio Grätz <[email protected]> * Test carrying over of default env vars Signed-off-by: Fabio Grätz <[email protected]> * Carry over DefaultEnvVarsFromEnv Signed-off-by: Fabio Grätz <[email protected]> * Carry over DefaultAffinity Signed-off-by: Fabio Grätz <[email protected]> * Doc behaviour of default and interruptible NodeSelector and Tolerations Signed-off-by: Fabio Grätz <[email protected]> * Don't carry over default env vars from env and fix test Signed-off-by: Fabio Grätz <[email protected]> * Lint Signed-off-by: Fabio Grätz <[email protected]> * Apply node selector requirement to pod affinity Signed-off-by: Fabio Grätz <[email protected]> Signed-off-by: fg91 <[email protected]> Signed-off-by: Fabio Grätz <[email protected]> Co-authored-by: Fabio Grätz <[email protected]>
- Loading branch information
Showing
3 changed files
with
188 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters