Repository: spark
Updated Branches:
  refs/heads/master 8ef167a5f -> a36c1a6bb


[SPARK-23668][K8S] Added missing config property in running-on-kubernetes.md

## What changes were proposed in this pull request?
PR https://github.com/apache/spark/pull/20811 introduced a new Spark 
configuration property `spark.kubernetes.container.image.pullSecrets` for 
specifying image pull secrets. However, the documentation wasn't updated 
accordingly. This PR adds the property introduced into running-on-kubernetes.md.

## How was this patch tested?
N/A.

foxish mccheah please help merge this. Thanks!

Author: Yinan Li <y...@google.com>

Closes #21480 from liyinan926/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a36c1a6b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a36c1a6b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a36c1a6b

Branch: refs/heads/master
Commit: a36c1a6bbd1deb119d96316ccbb6dc96ad174796
Parents: 8ef167a
Author: Yinan Li <y...@google.com>
Authored: Fri Jun 1 23:43:10 2018 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Fri Jun 1 23:43:10 2018 -0700

----------------------------------------------------------------------
 docs/running-on-kubernetes.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a36c1a6b/docs/running-on-kubernetes.md
----------------------------------------------------------------------
diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index a4b2b98..4eac9bd 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -328,6 +328,13 @@ specific to Spark on Kubernetes.
   </td>
 </tr>
 <tr>
+  <td><code>spark.kubernetes.container.image.pullSecrets</code></td>
+  <td><code></code></td>
+  <td>
+    Comma separated list of Kubernetes secrets used to pull images from 
private image registries.
+  </td>
+</tr>
+<tr>
   <td><code>spark.kubernetes.allocation.batch.size</code></td>
   <td><code>5</code></td>
   <td>


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

Reply via email to