Skip to content

Commit 86afec3

Browse files
author
madanadit
committed
Merge
2 parents 79c30c4 + c72cbc1 commit 86afec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private[spark] class BasicExecutorFeatureStep(
172172

173173
val (executorPodWithVolumes, executorContainerWithVolumes) =
174174
KubernetesUtils.addVolumes(executorPod,
175-
executorContainer,
175+
containerWithLimitCores,
176176
kubernetesConf.get(KUBERNETES_EXECUTOR_VOLUMES))
177177

178178
SparkPod(executorPodWithVolumes, executorContainerWithVolumes)

0 commit comments

Comments
 (0)