exdx

Results 108 comments of exdx

Investigate logging libraries to use DEBUG instead of INFO by default. Other solutions involve passing loggers that set their level based on the given context (the logr implementation supports this).

The semver version field syntax may not be documented properly. The incorrect dependencies.yaml formatted file may be passed along just as additional data.

Hi @daFritz84, what version of opm are you on? We ran into this same issue where registry was using the umask of the terminal session, but it should be fixed...

Hi @wondersong, it's likely there is still some leftover artifacts from the operator, such as CRDs, that are considered part of the operator installation and remain on the cluster, even...

So there are two issues at play here regarding helm: * OLM uses helm under the hood to template manifests when creating a release. In this case helm can be...

Hi @msfrucht, it should be safe to use the existing `install.sh` script to upgrade OLM in-place, since it uses kubectl apply semantics under the hood it should process the update...

Yeah that's totally valid -- I believe we added that check to prevent users from accidentally installing multiple versions of OLM on their cluster, but it doesn't allow for the...

So the expected flow would be when the subscription is recreated, recreate the unpack job versus now where the job stays in a failed state? It would require invalidating the...