Github user andrusha commented on a diff in the pull request:
https://github.com/apache/spark/pull/21260#discussion_r194059337
--- Diff: docs/running-on-kubernetes.md ---
@@ -602,4 +602,52 @@ specific to Spark on Kubernetes.
<code>spark.kubernetes.executor.secrets.spark-secret=/etc/secrets</code>.
</td>
</tr>
+<tr>
+
<td><code>spark.kubernetes.driver.volumes.[VolumeType].[VolumeName].mount.path</code></td>
--- End diff --
This is mentioned higher up in documentation. I'm not sure if it should be
repeated:
```
Add the <a
href="https://kubernetes.io/docs/concepts/storage/volumes/">Kubernetes
Volume</a> named <code>VolumeName</code> of the <code>VolumeType</code> type to
the driver pod on the path specified in the value.
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]