Andrew Azores
Andrew Azores
### Describe the feature When the Cryostat CR contains configuration to deploy Reports sidecars, the Operator should also place an auth proxy instance in front of these Pods. The Operator...
Initial round of this is done now. In the future the database and storage containers should be pulled out into their own Pods as well. _Originally posted by @andrewazores in...
See previous discussion: https://github.com/rh-jmc-team/container-jfr-operator/pull/176
### Describe the feature See https://github.com/cryostatio/cryostat3/issues/355 ### Anything other information? _No response_
### Describe the feature There should be some defined annotation prefix (like `io.cryostat/`) and keys like `inject-agent`, `inject-tls-cert`. Users should be able to add these annotations to their applications (on...
### Current Behavior ``` containers: - resources: limits: cpu: '1' memory: 256Mi requests: cpu: 100m memory: 64Mi .... lastState: terminated: exitCode: 137 reason: OOMKilled startedAt: '2024-01-26T08:36:59Z' finishedAt: '2024-01-26T08:37:24Z' ``` [operator-pod.log](https://github.com/cryostatio/cryostat-operator/files/14065312/operator-pod.log)...
# Welcome to Cryostat! 👋 ## Before contributing, make sure you have: * [x] Read the [contributing guidelines](https://github.com/cryostatio/cryostat/blob/main/CONTRIBUTING.md) * [x] Linked a relevant issue which this PR resolves * [x]...
### Describe the feature I had a user question/request come in recently so I will summarize it here: > Is there a way to configure Cryostat (JMX) Stored Credentials using...
Since https://github.com/cryostatio/cryostat/pull/1084 , Cryostat allows clients to define Automated Rules with an `enabled: boolean` property. Rules can be created with `enabled: false`, or they can be updated at any later...