Replies: 1 comment 3 replies
-
Automated Rules are stored in the database. In 3.0 the database is part of the same Deployment but is still a separate container in the Pod, whereas in upcoming 4.0 it has its own Deployment. In any case, it sounds like your database is not configured for persistent storage and whatever was in the database filesystem got dropped when the Pod was evicted. Please check the I'm not sure what you mean about init containers - what container are you trying to run, for what purpose? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Hello,
I've encountered an issue with Cryostat deployed via the Helm chart. I created some automated rules for continuous monitoring, but noticed they were lost after a pod restart caused by resource eviction.
Here's the scenario:
Deployment: Cryostat was deployed using the Helm chart.
Setup: Configured automated rules for specific monitoring tasks.
Observation: After some time, the Cryostat pod was evicted due to insufficient memory on the node. A new pod was created to replace it.
Eviction Reason:
Problem: After the new pod was created, all the previously configured automated rules were lost.
Questions:
I also think that it would have been possible to use Init Container (if cryostat-helm supported it) for this. By the way, support for Init Container might also possibly make "declarative config" possible in a sense?
Beta Was this translation helpful? Give feedback.
All reactions