Skip to content

Commit a381353

Browse files
committed
[SPARK-23668][K8S] Added missing config property in running-on-kubernetes.md
1 parent 6039b13 commit a381353

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/running-on-kubernetes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,13 @@ specific to Spark on Kubernetes.
327327
Container image pull policy used when pulling images within Kubernetes.
328328
</td>
329329
</tr>
330+
<tr>
331+
<td><code>spark.kubernetes.container.image.pullSecrets</code></td>
332+
<td><code></code></td>
333+
<td>
334+
Comma separated list of Kubernetes secrets used to pull images from private image registries.
335+
</td>
336+
</tr>
330337
<tr>
331338
<td><code>spark.kubernetes.allocation.batch.size</code></td>
332339
<td><code>5</code></td>

0 commit comments

Comments
 (0)