Closed Cian911 closed 1 week ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ChenYi015
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@Cian911 Thanks for fixing this. /lgtm
Purpose of this PR
Proposed changes:
This is a follow up fix from work already done in https://github.com/kubeflow/spark-operator/pull/2305 by @ChenYi015
This PR adds a check at submission on executors pods if an emptyDir
sizeLimit
isnil
.Change Category
Rationale
Following some further testing of an older
SparkApplication
template wherein the volumeName (see issue https://github.com/kubeflow/spark-operator/issues/2199 for more details) had not been changed, I noticed behaviour wherein only the driver pod would get created and no executor pods would spawn. I believe this is due to the same issue outlined in https://github.com/kubeflow/spark-operator/pull/2305 which would make sense, as the check was only added on the driver pod submission, and not the executors.Checklist
Additional Notes