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

    https://github.com/apache/spark/pull/21462#discussion_r199228479
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterManager.scala
 ---
    @@ -46,8 +46,6 @@ private[spark] class KubernetesClusterManager extends 
ExternalClusterManager wit
           sc: SparkContext,
           masterURL: String,
           scheduler: TaskScheduler): SchedulerBackend = {
    -    val executorSecretNamesToMountPaths = 
KubernetesUtils.parsePrefixedKeyValuePairs(
    -      sc.conf, KUBERNETES_EXECUTOR_SECRETS_PREFIX)
    --- End diff --
    
    This might be a bug, shouldn't we just be mounting the secrets here?


---

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

Reply via email to