Github user yifeih commented on a diff in the pull request:
https://github.com/apache/spark/pull/22146#discussion_r212631214
--- Diff: docs/running-on-kubernetes.md ---
@@ -775,4 +787,183 @@ specific to Spark on Kubernetes.
This sets the major Python version of the docker image used to run the
driver and executor containers. Can either be 2 or 3.
</td>
</tr>
+<tr>
+ <td><code>spark.kubernetes.driver.containerName</code></td>
+ <td><code>"spark-kubernetes-driver"</code></td>
+ <td>
+ This sets the driver container name. If you are specifying a driver
[pod template](#pod-template), you can match this name to the
--- End diff --
Yea it means that it'll look for that container in the template to be the
driver container, and throw if it can't find it
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]