informatics-lab / s3-fuse-flex-volume

A Kubernetes flex volume driver for a custom s3 fuse adapter
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

add selinuxRelable: false to capibilities, as fuse does not support it #13

Closed eyenx closed 5 years ago

eyenx commented 5 years ago

Trying to use this flexVolume Driver on a SELINUX enabled Distro doesn't work, as fuse doesn't allow to relabel SELINUX tags on files.

This fixes it.