Add SELinux support
Install a custom SELinux policy
git clone https://github.com/weka/csi-wekafs.git
$ semodule -i csi-wekafs.pp$ getsebool -a | grep wekafs container_use_wekafs --> off$ checkmodule -M -m -o csi-wekafs.mod csi-wekafs.te $ semodule_package -o csi-wekafs.pp -m csi-wekafs.mod $ make -f /usr/share/selinux/devel/Makefile csi-wekafs.pp $ semodule -i csi-wekafs.pp$ getsebool -a | grep wekafs container_use_wekafs --> off$ setsebool container_use_wekafs=on$ setsebool container_use_wekafs=off
Install and configure the WEKA CSI Plugin
Test the WEKA CSI plugin operation
Last updated