dongjoon-hyun commented on code in PR #52867: URL: https://github.com/apache/spark/pull/52867#discussion_r2492552128
########## docs/running-on-kubernetes.md: ########## @@ -1485,6 +1485,16 @@ See the [configuration page](configuration.html) for information on Spark config </td> <td>3.3.0</td> </tr> +<tr> + <td><code>spark.kubernetes.executor.podDeletionCost</code></td> + <td>(none)</td> + <td> + Value to apply to the <code>controller.kubernetes.io/pod-deletion-cost</code> annotation + when Spark tells a deployment-based allocator to remove executor pods. Set this to steer + Kubernetes to remove the same pods that Spark selected when the deployment scales down. + </td> + <td>3.5.2</td> Review Comment: 4.2.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: [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]
