cvmfs-csi icon indicating copy to clipboard operation
cvmfs-csi copied to clipboard

CSI driver for CernVM-FS

Results 21 cvmfs-csi issues
Sort by recently updated
recently updated
newest added

* deploy(helm): configured a seccomp profile of `RuntimeDefault` for `nodeplugin` daemonset and `controllerplugin` deployment. * chore: formatted helm values file with `yamlfmt` for readability.

* build(docker): upgrade base ubi image to latest version (`ubi9/ubi:9.4-947`). * build(cmvfs): upgrade `cvmfs` binaries to latest version (`2.11.3`). Combined with upgrading to latest version of go + library dependencies...

The resource block in the automount container was referencing the plugin values instead of the automount.

* build(go): upgrade to latest stable version of go (1.22.0). * build(go): upgrade all library dependencies to latest versions. * chore(go): formatted codebase with `gofumpt`.

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...

Signed-off-by: Amal Thundiyil

I have a kubernetes cluster with some macOS machines included. I ran into an issue installing CVMFS CSI due to too old kernel issue (looking at logs) Is it fine...

The `app.kubernetes.io/` labels are becoming part of the standard way of labeling things within the infrastructure. Can this be updated to start applying those labels to various elements?

In the container produced from the UBI9 base image, a number of default labels are provided. These should probably be overridden by CVMFS-CSI specific values. Example of current labels at...

Troubleshooting section should provide info on how to get client logs. * [`CVMFS_DEBUGLOG`](https://cvmfs.readthedocs.io/en/stable/apx-parameters.html) may need to be added in case of autofs-managed mounts; get the logs from there. * [Private...

enhancement
good first issue