Skip to content

Commit a36c1a6

Browse files
liyinan926Felix Cheung
authored andcommitted
[SPARK-23668][K8S] Added missing config property in running-on-kubernetes.md
## What changes were proposed in this pull request? PR #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 <[email protected]> Closes #21480 from liyinan926/master.
1 parent 8ef167a commit a36c1a6

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)