zeezoich
zeezoich
Likely a duplicate of #6406 and could be closed.
@thbkrkr it's RBL-Elasticsearch plugin. Take a look, https://support.rosette.com/hc/en-us/articles/360052972331-Getting-Started
@johnswarbrick-napier I outlined a workaround here https://github.com/elastic/cloud-on-k8s/issues/6406#issuecomment-1473085117 the idea is to use a non-ephemeral-storage volume and alter the init-container to mount the volume where the plugins will be copied.
This issue and my issue https://github.com/elastic/cloud-on-k8s/issues/6542 appear to have the same root cause. The init-container `elastic-internal-init-filesystem` uses too much ephemeral storage because it copies the plugins within the pod. Even...
Additional for anyone interested in a workaround to this issue, you'll to to introduce a persistent volume to house the plugins in instead of using the ephemeral storage. You'll need...
@naemono In our case the ephemeral storage is backed by RAM. That's why I suspected it's the same issue.
@barkbay Just curious on why the copying of plugins is being done from one dir inside the container to another? In my case because the plugins are huge (relatively >...
I am the very same issue with almost identical setup.