sunchao commented on code in PR #57350:
URL: https://github.com/apache/spark/pull/57350#discussion_r3714578792


##########
docs/running-on-kubernetes.md:
##########
@@ -1613,6 +1615,28 @@ See the [configuration page](configuration.html) for 
information on Spark config
   </td>
   <td>4.3.0</td>
 </tr>
+<tr>
+  <td><code>spark.kubernetes.driver.ui.service.enabled</code></td>
+  <td><code>false</code></td>
+  <td>
+    If true, Spark will create a dedicated Kubernetes Service for the Spark 
driver Web UI.

Review Comment:
   [P3] Document that UI Service creation requires cluster deploy mode
   
   Spark also supports Kubernetes client-mode drivers running inside Pods, but 
`--deploy-mode client` does not run `KubernetesDriverBuilder`, so enabling 
`spark.kubernetes.driver.ui.service.enabled=true` silently creates no Service. 
Supporting client mode can remain out of scope; please document here that this 
setting only applies to cluster deploy mode.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to