Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 768 Bytes

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