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

    https://github.com/apache/spark/pull/20811#discussion_r174235357
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
 ---
    @@ -54,6 +54,12 @@ private[spark] object Config extends Logging {
           .checkValues(Set("Always", "Never", "IfNotPresent"))
           .createWithDefault("IfNotPresent")
     
    +  val IMAGE_PULL_SECRET =
    +    ConfigBuilder("spark.kubernetes.imagePullSecret")
    +      .doc("Specifies the Kubernetes image secret used to access private 
image registry.")
    --- End diff --
    
    The first `image` can be removed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to