Github user liyinan926 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21260#discussion_r192137876
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala
 ---
    @@ -172,7 +172,8 @@ private[spark] class BasicExecutorFeatureStep(
             .addToImagePullSecrets(kubernetesConf.imagePullSecrets(): _*)
             .endSpec()
           .build()
    -    SparkPod(executorPod, containerWithLimitCores)
    +
    +    SparkPod(executorPod, executorContainer)
    --- End diff --
    
    Why this change?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to