exdx

Results 118 comments of exdx

No problem -- we just implemented a new stalebot functionality so that we can better triage issues that affect users versus which are actually stale.

Hi @raballew, At this point, there is not much that we are changing in the existing set of APIs such as a Subscription. The use case is perfectly valid, and...

Hi @raballew, we have been iterating on our new APIs here: https://github.com/operator-framework/rukpak. It's still very early days, but there are some docs and examples to follow

It's also worth noting that this behavior (leaving CRDs on the cluster during uninstall) is not always expected by users and I believe something that is being moved away from...

OLM in its current form will probably never remove CRDs, even though it is reasonable to do so. I think in the newer OLM APIs we will have some form...

You can leave it open, we see requests like this from time to time, we can track them using this issue. If there is a really large consensus around implementing...

Hi @manishdash12, Thanks for providing the information, but I believe we need more to successfully triage this issue. Could you provide the details of the unpacker job that OLM creates...

Is the issue that OLM removing the operator pod and RBAC associated with the operator before the pod is finished terminating, which causes errors that you are seeing above in...

When a CSV fails, there is a way to mark errors as unrecoverable versus a recoverable failure. There is a small list of unrecoverable failures but most are recoverable. To...

One possible solution lowering logs from the informer could be passing a different instance of the logger than the one that OLM generates on startup and fine-tuning it