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

[FIX] tolerations are not directly present in Driver(/Executor)Spec #1365

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

s-pedamallu
Copy link
Contributor

@s-pedamallu s-pedamallu commented Oct 8, 2021

Tolerations are not part of DriverSpec or ExecutorSpec object. Instead they should be carried from SparkPodSpec field inside these objects.
Ref:
DriverSpec: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/pkg/apis/sparkoperator.k8s.io/v1beta2/types.go#L535-L566
ExecutorSpec: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/pkg/apis/sparkoperator.k8s.io/v1beta2/types.go#L569-L590
Master SHA: b5b096471d1c08730ff6203bfb1869cd350f62ab

Fixes #1366

Tolerations are not part of DriverSpec or ExecutorSpec object. Instead they should be carried from SparkPodSpec field inside these objects
@liyinan926 liyinan926 merged commit a2e7461 into kubeflow:master Oct 21, 2021
jbhalodia-slack pushed a commit to jbhalodia-slack/spark-operator that referenced this pull request Oct 4, 2024
…ubeflow#1365)

Tolerations are not part of DriverSpec or ExecutorSpec object. Instead they should be carried from SparkPodSpec field inside these objects
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

Successfully merging this pull request may close these issues.

Tolerations of Driver and Executor Pod are not getting transmitted from Spark application on spark-submit
2 participants