skonto edited a comment on issue #23514: [SPARK-24902][K8s] Add PV integration 
tests
URL: https://github.com/apache/spark/pull/23514#issuecomment-461380010
 
 
   @shaneknapp I dont want to test hostpath as it is not something people 
likely want to use as a feature (not secure and not pretty useful).
   PV test is important.
   Actually you mount the host /tmp  to vm's /tmp not the pod. 
   So the mounting should be:
   /tmp (host) -> some/folder (vm) -> /tmp(pod) (not the other way around, 
order matters)
   
   Why remote file test is broken?
   
   
    

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to