Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22146#discussion_r212070807
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesDriverBuilder.scala
---
@@ -81,9 +97,9 @@ private[spark] class KubernetesDriverBuilder(
.getOrElse(provideJavaStep(kubernetesConf))
val allFeatures = (baseFeatures :+ bindingsStep) ++
- secretFeature ++ envSecretFeature ++ volumesFeature
+ secretFeature ++ envSecretFeature ++ volumesFeature ++
templateVolumeFeature
--- End diff --
the `templateVolumeFeature` should be the first feature step so individual
config properties specified and handled by other steps may override the same
config points in the template.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]