Hi there.
I’m trying to install the crowdsec on my Kubernetes cluster, by following the official guide (Kubernetes CrowdSec Integration – Part 1: Detection - The open-source & collaborative IPS).
But seems like the official helm chart (helm-charts/charts/crowdsec at main · crowdsecurity/helm-charts · GitHub) provided tries to create multiple agents with a single PVC volume.
Most public cloud providers do not support multi-volume mount to different pods at the same time. I keep getting the RESOURCE_IN_USE_BY_ANOTHER_RESOURCE
error as a result.
Am I missing something? Or does the chart broken?
I need some help to continue trying the Crowdsec. This seems like a very interesting project that could replace my current fail2ban.
Thank you very much.