dongjoon-hyun commented on code in PR #38679:
URL: https://github.com/apache/spark/pull/38679#discussion_r1024675718


##########
docs/running-on-kubernetes.md:
##########
@@ -856,6 +856,17 @@ See the [configuration page](configuration.html) for 
information on Spark config
   </td>
   <td>2.3.0</td>
 </tr>
+<tr>
+  <td><code>spark.kubernetes.driver.service.label.[LabelName]</code></td>
+  <td>(none)</td>
+  <td>
+    Add the Kubernetes <a 
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/";>label</a>
 specified by <code>LabelName</code> to the driver service.
+    For example, 
<code>spark.kubernetes.driver.service.label.something=true</code>.
+    Note that Spark also adds its own labels to the driver service
+    for bookkeeping purposes.
+  </td>
+  <td>3.3.2</td>

Review Comment:
   Apache Spark community have a backporting policy which allows bug fixes 
only. This should be 3.4.0.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to