Closed amiyajena1993 closed 1 month ago
I have the same problem, no tolerations on driver pod
I see same issues as SparkApplication as even toleration exist in describe SparkApplication
but the spark submit command is ignoring it and the driver/executor pod not attaching toleration
I have the same problem too..
Did you find any workaround to this problem?
I ran into the same issue and enabling the webhooks fixed the problem.
values: {
webhook: {
enable: true,
},
}
CHART spark-operator-1.2.14
APP VERSION v1beta2-1.4.5-3.5.0
As @pasdoy mentioned, tolerations is patch in webhooks, enable it in your values.yaml, this issuse can be closed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Jesus, why is this information not in the documentation??
spark operator image version :- v1beta2-1.3.7-3.1.1 K8S version :- 1.26
-----------------------------------:
Hello Team , i have enabled webhook in my spark operator pod despite that i am unable to apply toleration in my driver and executor pod .
Spark Job Yaml :-
~
~
Issue :- Driver pod goes to pending state , due to missing of tolerations .
error :-
0/50 nodes are available: 1 node(s) were unschedulable, 10 node(s) had untolerated taint {pfamily: symops}, 13 node(s) had untolerated taint {pfamily: aiplatform}, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 6 node(s) had untolerated taint {pfamily: penableric}, 9 node(s) had untolerated taint {pfamily: symplanbizsec}, 9 node(s) had untolerated taint {pfamily: symplatform}. preemption: 0/50 nodes are available: 50 Preemption is not helpful for scheduling..