K8s mount PV with SELinux
If you want to use Kubernetes with SELinux and mount PersistentVolume, you have to make sure your mounted FS has labels.
You can do it with the mountOptions -o context="system_u:object_r:container_var_lib_t:s0" and if your driver doesn't support it, you can write an SELinux policy.