Thuan Vo
Thuan Vo
> I wonder if the target JVM would actually accept a `jmxremote.password` file defining a user with an empty password. Maybe we need to be more lenient for that case....
It looks like the users cannot edit labels/annotations of target. Most targets now have empty labels. It would be nice to be able to support this. ```json { "alias": "io.cryostat.Cryostat",...
**What happened**: When trying to load multiple images with `kind load docker-image` can result in incorrect state. In my case, I tried to load 2 images with different tags. The...
https://sdk.operatorframework.io/docs/upgrading-sdk-version/ In version [`v1.33.0`](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.33.0/), `go/v4` plugin is stable and seems to be a step we need to migrate. Manual: https://book.kubebuilder.io/migration/manually_migration_guide_gov3_to_gov4 Recommended: https://book.kubebuilder.io/migration/migration_guide_gov3_to_gov4 I am not sure how this fits in...
> How about this idea to guard against the user breaking their credentials DB by destroying the password? > 1. If the CR doesn't have a defined `DatabaseSecretName`, create the...
### Describe the feature We should run scorecard tests on both `amd64` and `arm64` on github CI. I think `kind` should be able to support `arm64` as of `kind v0.20.0`....
When uploading a recording to datasource, there is a warning: ```bash 2022-09-27 20:55:34,471 WARNING [org.ope.jmc.fli.int.par.v1.ValueReaders$ReflectiveReader] (pool-6-thread-1) Could not find field with name 'hidden' in reader for 'class' ``` I think...
**What this PR does / why we need it**: Added options (i.e. `--upgrade-strategy `) to configure upgrade strategy for chart values. This allows maintainers to choose whichever upgrade paths align...
Fixes #76 ## Description Add options to configure an insecure local registry. An example workflow file can be: ```yaml name: Create Cluster with Registry on: pull_request jobs: create-cluster-with-registry: runs-on: ubuntu-latest...
Since #710 is completed, the [`doc/config`](https://github.com/cryostatio/cryostat-operator/blob/main/docs/config.md) needs updating for `v1beta2`. The changes can be (more will be added if missing): - [x] ~Mention the deprecated v1beta1 and removed ClusterCryostat CRD.~...