operator-lifecycle-manager icon indicating copy to clipboard operation
operator-lifecycle-manager copied to clipboard

A management framework for extending Kubernetes with Operators

Results 274 operator-lifecycle-manager issues
Sort by recently updated
recently updated
newest added

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...

approved
lgtm
do-not-merge/hold

**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...

approved
lgtm
do-not-merge/hold

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...

approved
do-not-merge/hold
needs-rebase

## Flaky Test Report **Failure Log Link** https://github.com/operator-framework/operator-lifecycle-manager/runs/6925662961?check_suite_focus=true

kind/flake

## 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...

kind/bug

## 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...

kind/feature

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...

do-not-merge/work-in-progress
needs-rebase

## 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...

kind/bug