exdx
exdx
Seems like we could have a ownership issue between the configmap and job unpacker, we could revise the ownerrefs to make this more intuitive.
Hi @devops-42, thank you for bringing this up -- OLM supports multiple archs so we definitely treat this as a bug. It seems possible that the underlying `utilImage` that the...
This seems like a part of the OLM tech debt effort that we should address. In the newer APIs, we are doing a much better job with status management and...
This test has been flakey for a while. I propose we move it under the flakey tests category.
I'm going to close this original issue as a duplicate of #2695. Please follow that issue for more updates.
Hi @aiyijing, Looking at this issue more in-depth it's not immediately clear what the problem is. The interesting log here is ``` sync "operators" failed: etcdserver: request is too large...
This makes sense, but it's not immediately clear whether `install.sh` is necessarily the right tool to upgrade OLM. We potentially want to think of a between-versions upgrade script that handles...
Hi @AllenZMC The v0.0.1 CSV is not deleted until the new CSV v0.0.2 is in the succeeded state. There should be a doc that has some additional information on the...
The reason the service is duplicated is because OLM generates APIServices and Webhooks in a very similar way - by providing a port on the CSV OLM generates a service....
> Does this deserve it's own tracking issue that we can slate into the next minor version release? It seems like the motivation is geared towards a bug fix, but...