operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
Signed-off-by: timflannagan **Description of the change:** Add a goimports linter configuration to enforce packages from this repository are grouped correctly. **Motivation for the change:** Make PR reviews more streamlined by...
**Description of the change:** Updates olm to use the lates operator-registry release **Motivation for the change:** It's a been a while, and the latest version contains the latest version of...
Internally, the catalog operator has always maintained a set of registry clients for each CatalogSource. Although this set is reconciled toward containing a client per CatalogSource object, there is some...
## Flaky Test Report **Failure Log Link** https://github.com/operator-framework/operator-lifecycle-manager/runs/6925662961?check_suite_focus=true
## Type of question **Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?** General Question ## Question...
## Bug Report OLM incorrectly creates a `*-auth-reader` `RoleBinding` in the `kube-system` namespace when the `ClusterServiceVersion` is configured to use a `spec.webhookdefinitions` to auto-install a webhook with the operator. This...
## Feature Request **Is your feature request related to a problem? Please describe.** The OpenShift Compliance Operator includes a CIS Benchmark rule set that enforces the OpenSCAP CIS OpenShift 4...
The installplan create and update status is in there https://github.com/operator-framework/operator-lifecycle-manager/blob/c610a3eb2f221a2cac8563b68aa4f98e61f888cc/pkg/controller/operators/catalog/operator.go#L1273-L1288 There is adopt controller that add a label to installplan https://github.com/operator-framework/operator-lifecycle-manager/blob/c610a3eb2f221a2cac8563b68aa4f98e61f888cc/pkg/controller/operators/adoption_controller.go#L415-L445 There will be some conflicts here, Creating an installplan...
**Description of the change:** **Motivation for the change:** **Reviewer Checklist** - [ ] Implementation matches the proposed design, or proposal is updated to match implementation - [ ] Sufficient unit...
## Bug Report **What did you do?** Attempted to install the OLM via both quickstart and operator-sdk on arm64 arch **What did you expect to see?** OLM installed using the...