Github user alexmilowski commented on a diff in the pull request:
https://github.com/apache/spark/pull/21511#discussion_r198591324
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala
---
@@ -172,7 +184,7 @@ private[spark] class BasicExecutorFeatureStep(
.addToImagePullSecrets(kubernetesConf.imagePullSecrets(): _*)
.endSpec()
.build()
- SparkPod(executorPod, containerWithLimitCores)
+ SparkPod(executorPod, containerWithLimitGpus)
--- End diff --
Yes ... not in love with the way this is currently structured.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]