mingrammer / flog

:tophat: A fake log generator for common log formats
MIT License
1.12k stars 135 forks source link

Unable to use Flog on OpenShift #41

Closed shivharsh-singh closed 2 years ago

shivharsh-singh commented 3 years ago

I am trying to use Flog to generate dummy logs in OpenShift environment. But the Flog pod keeps going into CrashLoopBackOff state.

[core@master2 ~]$ oc get po |grep flog
flog-5c659f86b4-dsq5c      0/1     CrashLoopBackOff   1571       5d13h

I am unable to find any error message in the logs as well. Could someone please help me debug the issue here ?