operator-controller
operator-controller copied to clipboard
Is there any plan to support sourceType as `grpc` or `https` like olm v0, by providing `address`, to provide packages content to catalog?
operator-framework/catalogd#426 established rigor for the existing FBC web interface which provided the entire catalog FBC to a client, and operator-framework/operator-controller#1570 intends to expand that web API to make the network...
Also allows to store a state "fingerprint" based on getting the YAML for each resource in the tree and prompting an LLM for what is wrong with the ClusterExtension install....
### User story Write a brief covering the next phase of the OLM v1 documentation # Immediate concerns - should we document endpoints that are not part of our public...
# Description Update the ClusterExtensionRevision API docstrings to provide more thorough API documentation for the user. Note: changes were generated using AI tools and manually updated ## Reviewer Checklist -...
Refactor all controllers to use Patch() instead of Update() when adding or removing finalizers to improve performance, and to avoid removing non-cached fields erroneously. This is necesary because we no...
# Description To address [OCPBUGS-62517](https://issues.redhat.com/browse/OCPBUGS-62517). Currently, the operator-controller lacks `PodDisruptionBudget` configuration. During node drain operations or cluster upgrades, all controller pods can be evicted Simultaneously, causing the operator to report...
## Summary This PR introduces support for **SyntheticPermissions** (experimental feature) and migrates OLM v1 from token-based authentication to **ServiceAccount impersonation** for improved security and simplified authentication management. ## What Changed...
# Description ## Summary This PR refactors the ClusterExtensionRevision status conditions to provide clearer, more actionable feedback about revision lifecycle states. The changes introduce a new Progressing condition, simplify condition...
# Description Helping @perdasilva by updating the docs strings for the API definitions. :crossed_fingers: I did this right :) ## Reviewer Checklist - [ ] API Go Documentation - [...