dongjoon-hyun commented on issue #27364: [SPARK-31394][K8S] Adds support for Kubernetes NFS volume mounts URL: https://github.com/apache/spark/pull/27364#issuecomment-613236056 If you are using non-root, that's good. The above link shows NFS mount is not working in case of non-root users. So, I assumed that you might use root to avoid that. I also don't want to root user. - https://discuss.kubernetes.io/t/nfs-mount-is-not-working/6458 Then, could you describe how to verify your PR in the following section of the PR description by example with `Minikube`? ``` ## How was this patch tested? Test cases were added just like the existing EmptyDir support. Also the code were ran against my Kubernetes and NFS using pyspark. ``` As you know, Apache Spark is using Minikube as the official test environment instead of GCE or EKS. Also, without additional configuration like SecurityContext, this PR doesn't work in the vanilla `Minikube`.
---------------------------------------------------------------- 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. 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]
