[
https://issues.apache.org/jira/browse/SPARK-34738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312548#comment-17312548
]
Shane Knapp commented on SPARK-34738:
-------------------------------------
fwiw, the pod is mounting the local FS correctly:
{code:java}
jenkins@research-jenkins-worker-08:~$ minikube ssh
docker@minikube:~$ cd /tmp
docker@minikube:/tmp$ ls
gvisor h.829 h.912 hostpath-provisioner hostpath_pv tmp.iSJp3I8otl
docker@minikube:/tmp$ cd tmp.iSJp3I8otl/
docker@minikube:/tmp/tmp.iSJp3I8otl$ touch ASDF
docker@minikube:/tmp/tmp.iSJp3I8otl$ logout
jenkins@research-jenkins-worker-08:~$ cd /tmp/tmp.iSJp3I8otl/
jenkins@research-jenkins-worker-08:/tmp/tmp.iSJp3I8otl$ ls
ASDF tmp3533667297442374713.txt
jenkins@research-jenkins-worker-08:/tmp/tmp.iSJp3I8otl$ cat
tmp3533667297442374713.txt
test PVs{code}
> Upgrade Minikube and kubernetes cluster version on Jenkins
> ----------------------------------------------------------
>
> Key: SPARK-34738
> URL: https://issues.apache.org/jira/browse/SPARK-34738
> Project: Spark
> Issue Type: Task
> Components: jenkins, Kubernetes
> Affects Versions: 3.2.0
> Reporter: Attila Zsolt Piros
> Assignee: Shane Knapp
> Priority: Major
>
> [~shaneknapp] as we discussed [on the mailing
> list|http://apache-spark-developers-list.1001551.n3.nabble.com/minikube-and-kubernetes-cluster-versions-for-integration-testing-td30856.html]
> Minikube can be upgraded to the latest (v1.18.1) and kubernetes version
> should be v1.17.3 (`minikube config set kubernetes-version v1.17.3`).
> [Here|https://github.com/apache/spark/pull/31829] is my PR which uses a new
> method to configure the kubernetes client. Thanks in advance to use it for
> testing on the Jenkins after the Minikube version is updated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]