Thuan Vo
Thuan Vo
# 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]...
> I think it could be valuable for troubleshooting purposes to be able to force oauth2_proxy use on OpenShift, which seems like it could be done with a similar or...
**Description of the change:** An additional condition is included for matching `apiVersion` of example CRs with CRD `version` when searching for the CRD in the CSV. **Motivation for the change:**...
## Bug Report #### What did you do? Recently, the [Cryostat Operator](https://github.com/cryostatio/cryostat-operator) added another version to its existing CRD (i.e. `v1beta1` and `v1beta2`). This version include breaking changes. In the...
**What happened**: From the usage description of the `kubectl port-forward` command: ```console Usage: kubectl port-forward TYPE/NAME [options] [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N] ``` I suppose the `REMOTE_PORT` is required, meaning non-empty? However, when...