holdenk commented on a change in pull request #33270:
URL: https://github.com/apache/spark/pull/33270#discussion_r675205647
##########
File path: docs/running-on-kubernetes.md
##########
@@ -1288,6 +1288,24 @@ See the [configuration page](configuration.html) for
information on Spark config
</td>
<td>3.0.0</td>
</tr>
+<tr>
+ <td><code>spark.kubernetes.executor.pod.decommmissionLabel<code></td>
+ <td>(none)</td>
+ <td>
+ Label to be applied to pods which are exiting or being decommissioned.
Intended for use
+ with pod disruption budgets, deletion costs, and similar.
+ </td>
+ <td>3.3.0</td>
+</tr>
+<tr>
+ <td><code>spark.kubernetes.executor.pod.decommmissionLabelValue<code></td>
+ <td>""</td>
Review comment:
Thanks good catch.
--
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]