You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been setup a CVMFS CSI container. It is up and running in a K8S cluster on my Linux x86_64.
I also installed CVMFS on my linux computer and linked some tests repository to see if it is able to find them.
I mounted /cvmfs/software.igwn.org on my native machine and shared the directory on Docker Desktop (Kubernetes cluster features enabled)
I have tried to setup a test pod as following, but looking into it there is none of the pre-defined repositories.
total 0
/my-cvmfs # ls -la
total 4
drwxr-xr-x 2 root root 0 Feb 22 08:44 .
drwxr-xr-x 1 root root 4096 Feb 22 08:43 ..
/my-cvmfs # cd software.igwn.org
/bin/sh: cd: can't cd to software.igwn.org: No such file or directory
The text was updated successfully, but these errors were encountered:
I have been recently also trying to set this up but also unable to do so. However, it was seemingly trying to discover whats in my repo. Anyway, I noticed you didn't use a StorageClass and all the examples in the how-to-use file seem to use a StorageClass. Try the example with the StorageClass and pvc.
Hello,
I have been setup a CVMFS CSI container. It is up and running in a K8S cluster on my Linux x86_64.
I also installed CVMFS on my linux computer and linked some tests repository to see if it is able to find them.
I mounted
/cvmfs/software.igwn.org
on my native machine and shared the directory on Docker Desktop (Kubernetes cluster features enabled)I have tried to setup a test pod as following, but looking into it there is none of the pre-defined repositories.
Could you maybe helping me setting up this part?
The text was updated successfully, but these errors were encountered: