Skip to content

nextflow-io/k8s-fuse-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUSE device plugin for Kubernetes

This plugin allows the mount of a FUSE device without the need for escalating privileges.

Usage

Deploy as Daemon Set:

kubectl create -f https://github.com/nextflow-io/k8s-fuse-plugin/raw/master/manifests/k8s-fuse-plugin.yml

Deploy

Add resource limits to your pod:

spec: 
  containers:
  - ...
    resources:
      limits:
        nextflow.io/fuse: 1

Acknowledgements

This project is based on this FUSE device plugin

Similar projects