Skip to content

Commit 56706f9

Browse files
liyinan926foxish
authored andcommitted
Added doc for new config properties introduced in spark #479 (#12)
1 parent 7397244 commit 56706f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/jekyll/running-on-kubernetes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,22 @@ from the other deployment modes. See the [configuration page](configuration.html
837837
the Driver process. The user can specify multiple of these to set multiple environment variables.
838838
</td>
839839
</tr>
840+
<tr>
841+
<td><code>spark.kubernetes.driver.secrets.[SecretName]</code></td>
842+
<td>(none)</td>
843+
<td>
844+
Mounts the Kubernetes secret named <code>SecretName</code> onto the path specified by the value
845+
in the driver Pod. The user can specify multiple instances of this for multiple secrets.
846+
</td>
847+
</tr>
848+
<tr>
849+
<td><code>spark.kubernetes.executor.secrets.[SecretName]</code></td>
850+
<td>(none)</td>
851+
<td>
852+
Mounts the Kubernetes secret named <code>SecretName</code> onto the path specified by the value
853+
in the executor Pods. The user can specify multiple instances of this for multiple secrets.
854+
</td>
855+
</tr>
840856
</table>
841857

842858

0 commit comments

Comments
 (0)