EFK wont using NFS as persistent storage

Posted on

I deployed EFK cluster logging on OCP 4.2 using NFS as persistent volume.
I use dynamic provisioning with external provisioner from https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client and deployment step from https://medium.com/@myte/kubernetes-nfs-and-dynamic-nfs-provisioning-97e2afb8b4a9.

this is my cluster logging config sample https://pastebin.com/sJV8gjKJ

Using above configuration my elasticsearch pod, won't attach nor create pvc.
https://pastebin.com/aT0dMYR2.

What I want to know is, is it a bug? Or there is another way to use NFS for EFK cluster?

Responses