You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,15 @@ private[spark] class BasicExecutorFeatureStep(
143
143
case _ =>Nil
144
144
}.getOrElse(Nil)
145
145
146
+
// SparkConf.isExecutorStartupConf withholds the spark.ssl.* passwords from the
147
+
// executor conf. Pass them through the environment, as the standalone worker
148
+
// does in CommandUtils. Names the user already supplies via
149
+
// spark.kubernetes.executor.secretKeyRef are skipped, so that an explicit
150
+
// secret reference is not shadowed by a literal password in the pod spec.
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStepSuite.scala
0 commit comments