cryostat-operator
cryostat-operator copied to clipboard
A Kubernetes Operator to facilitate the setup and management of Cryostat.
Directions for running tests: ```bash $ export IMAGE_NAMESPACE=quay.io/mynamespace $ make custom-scorecard-tests $ make scorecard-build $ make generate manifests manager oci-build bundle bundle-build $ podman push $IMAGE_NAMESPACE/cryostat-operator-bundle:3.0.0-dev $ podman push $IMAGE_NAMESPACE/cryostat-operator:3.0.0-dev...
# Welcome to Cryostat! 👋 ## Before contributing, make sure you have: * [ ] Read the [contributing guidelines](https://github.com/cryostatio/cryostat/blob/main/CONTRIBUTING.md) * [ ] Linked a relevant issue which this PR resolves...
### 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
We should define the expected related image environment variables for these new images.
### Describe the feature It would be helpful for downstream releases if there was a command line option for the operator to force OpenShift instead of relying on the existing...
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.17.3 to 0.24.0. Release notes Sourced from github.com/operator-framework/api's releases. v0.24.0 What's Changed build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in operator-framework/api#321 K8s 1.30 version update...
Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.11.5 to 1.14.5. Release notes Sourced from github.com/cert-manager/cert-manager's releases. v1.14.5 cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. v1.14.5 fixes a...
Using an existing JFR file uploaded to Cryostat, it should be possible to verify the data presented by Grafana for that recording. It should be possible to use the Grafana...