dongjoon-hyun commented on code in PR #48079: URL: https://github.com/apache/spark/pull/48079#discussion_r1756987308
########## docs/running-on-kubernetes.md: ########## @@ -1182,6 +1182,15 @@ See the [configuration page](configuration.html) for information on Spark config </td> <td>2.4.0</td> </tr> +<tr> + <td><code>spark.kubernetes.driver.volumes.label.[VolumeType].[VolumeName].[LabelName]</code></td> + <td>(none)</td> + <td> + Configure <a href="https://kubernetes.io/docs/concepts/storage/volumes/">Kubernetes Volume</a> labels passed to the Kubernetes with <code>LabelName</code> as key having specified value, must conform with Kubernetes label format. For example, + <code>spark.kubernetes.driver.volumes.label.persistentVolumeClaim.checkpointpvc.foo=bar</code>. Review Comment: Please update this too. ``` - spark.kubernetes.driver.volumes.label.persistentVolumeClaim.checkpointpvc.foo=bar + spark.kubernetes.driver.volumes.persistentVolumeClaim.checkpointpvc.label.foo=bar ``` ########## docs/running-on-kubernetes.md: ########## @@ -1218,6 +1227,15 @@ See the [configuration page](configuration.html) for information on Spark config </td> <td>2.4.0</td> </tr> +<tr> + <td><code>spark.kubernetes.executor.volumes.label.[VolumeType].[VolumeName].[LabelName]</code></td> Review Comment: ditto. -- 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]
