Elliott Baron

Results 35 issues of Elliott Baron

Some annotations need to be manually adjusted in the CSV. I can think of one at the moment: - `containerImage` This should always be in sync with the operator image...

good first issue
build

When certificates are close to expiry, cert-manager will automatically renew them. We should detect this and redeploy Container JFR and update the routes that use TLS re-encryption.

After installing the operator through OLM and creating a Cryostat CR, you'll see the following list of CRs: ![Screenshot 2023-03-17 at 15-11-14 cryostat-operator v2 3 0-dev · Details · Red...

bug

Expanding on the multi-namespace support, we should have a simple option for users to choose a cluster-wide Cryostat configuration without needing to list each namespace in their cluster individually.

feat

It would be useful to have the option to integrate with an existing Grafana pod. The user would have to ensure that the datasource and Cryostat Dashboard are installed. Perhaps...

feat

There are some cases where the fake client doesn't reflect the behaviour of a real API server. This bug contains one example: https://github.com/cryostatio/cryostat-operator/issues/447#issuecomment-1242491587. We already spin up envtest as part...

help wanted
test

> @tthvo I addressed your feedback and added the tests to the Kubernetes branch as well. I have mostly avoided duplicating the tests if there are no logic changes between...

test

I encountered this bug, where the keystore is created by cert-manager, but the password is incorrect: ``` INFO: Local save path for flight recordings set as /opt/cryostat.d/recordings.d Exception in thread...

bug

Right now, if the user uninstalls the operator before deleting Cryostat or Recording CRs, the operator deployment may be deleted before it has a chance to finalize those CRs. Any...

I've observed a strange Scorecard test failure for the `cryostat-cr` test. The Cryostat deployment was never created before the timeout occurred. The logs show repeated messages of: ``` deployment cryostat-cr...

test