diff --git a/crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx b/crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx index 8f834d18..47675bda 100644 --- a/crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx +++ b/crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx @@ -70,7 +70,6 @@ automatically attach to the right pods and feed the logs into the right parsers.
Why `program` and not `type` ? - In standard standalone setups, documentation states that the labels should be name `type` with the type being the parsed log program (eg nginx, traefik). A transformation from `type` to `program` is done by the first stage parser @@ -87,9 +86,23 @@ run; if it doesn’t, they stay idle. One log stream can match several collectio if the tags fit.
+Note that the chart needs for some persistent volume. To make the +installation work, you have to either set a default `storageClassName` or set +it through the `values.yaml`: +```yaml +lapi: + persistentVolume: + data: + storageClassName: nfs-client + config: + storageClassName: nfs-client +``` + + If you want more information about the configuration, you can check the default [values.yaml](https://artifacthub.io/packages/helm/crowdsec/crowdsec#values) + Then, you can install the Security Engine with the following command: ```bash