Github user erikerlandson commented on a diff in the pull request:
https://github.com/apache/spark/pull/22146#discussion_r212460665
--- 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 --
Does it mean "this is the name to look for in a list of containers coming
in from the template?"
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]