operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

Results 337 operator-controller issues
Sort by recently updated
recently updated
newest added

The Extension API should be the API users use to instruct the cluster to install/upgrade/delete an extension/operator. This eventually replaces ClusterExtension to become the only user-facing API for extensions/operators. This...

epic
v1.x

See https://github.com/operator-framework/operator-controller/blob/205a48778e07f96819381269cb652536c6f895e6/docs/Tasks/explore-available-packages.md That doc talks about APIs that are no longer present in the version of catalogd used by operator-controller.

It is my understanding that our deppy implementation for OLM is structured to align well with OLMv0's GRPC ListBundles API. This API essentially folds the various FBC APIs into a...

This builds on top of #661 and focuses on adding a check to ensure that performing an update operation to a CustomResourceDefinition does not result in the addition of a...

epic/crd-upgrade-safety

Hi, OLM team! # OLM `version: 0.9.0` ## others components ``` catalogd_version=v0.12.0 cert_mgr_version=v1.9.0 rukpak_version=v0.19.0 ``` # behaviour atm, this is not possible to use the latest operators from https://operatorhub.io/ when...

For v1.0.0 it was decided that utilizing the underlying Helm management when concurrent reconciliations is set to a value of `1` is sufficient. While the underlying implementation details may change...

epic
v1.0

# User story Describe the user story or stories for this epic: - As a user, I expect updates to a CRD to be rejected (install/upgrade fails) when: - the...

kind/documentation
epic/crd-upgrade-safety

### Summary When you install an operator with OLM v0, OLM adds the operator’s provided APIs to the admin/edit/view roles for all namespaces. This means that any user with admin,...

epic
v1.x

## Design Documents - [Brief](https://docs.google.com/document/d/19Z7nLlGlBT4YA_Z_HmD-jzIZebVuNrAS9yBVkxub_iw/edit?usp=sharing) - [RFC](https://docs.google.com/document/d/1y8Xup-4znAux76XVJVRz20NlKcejAOFfPyf6G7w8BWs/edit?usp=sharing) ## Tasks - [x] #1143 - [x] #1088 - [x] #1144 - [x] #1145 - [x] #1146 - [x] #1147 - [x] #1148...

epic
v1.0

This is more nuanced than simply `kubectl get operators`. The use case here accepts that API discovery exists, but it may show you the existence of an API to which...

triage/needs-information
epic
v1.x