Skip to content

k8s CSI node plugin that exposes 3FS to pods by bind-mounting subdirectories from a single node-wide 3FS FUSE mount

Notifications You must be signed in to change notification settings

kushalthaman/3fs-csi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3FS CSI Node Plugin (FUSE)

see docs/README.md for full details

build image:

make image

deploy via Helm:

helm install 3fs-csi ./deploy/helm/3fs-csi \
  --set clusterId=stage \
  --set mgmtdAddresses='["RDMA://192.168.1.1:8000"]'

examples:

kubectl apply -f deploy/examples/pv-pvc.yaml
kubectl apply -f deploy/examples/two-pods.yaml

About

k8s CSI node plugin that exposes 3FS to pods by bind-mounting subdirectories from a single node-wide 3FS FUSE mount

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published