persistant volume mount #87
Replies: 2 comments 1 reply
-
You don't need to add the configuration explicitly, you can provide the volumes configurations via I will add an example soon, but you can check spark-on-k8s/tests/test_spark_client.py Lines 524 to 650 in 43fab67 driver/executor_volume_mounts accept a value of type list[k8s.V1VolumeMount] and volumes accepts a value of type list[k8s.V1Volume] , where k8s is kubernetes.client ).
We can re-create the issue if it doesn't work as explained above. |
Beta Was this translation helpful? Give feedback.
-
Hi hussein,
|
Beta Was this translation helpful? Give feedback.
-
hello hussein,
i am facing an issue with volume mounting . am unable to mount the volume can you please suggest me the correct way to mount the volume . so that I can pick a file from that mounting path while am submitting a python file.
below are the file currently am using .
Beta Was this translation helpful? Give feedback.
All reactions