Github user liyinan926 commented on the issue:

    https://github.com/apache/spark/pull/21260
  
    @er0sin PVCs can be mounted similarly to the example below:
    
    ```
    spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.mount.path=/mnt
    
spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.mount.readOnly=false
    
spark.kubernetes.driver.volumes.persistentVolumeClaim.pv1.options.claimName=clm-1
    
    ```


---

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

Reply via email to