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

## Bug Report The CatalogSource pod blocks `kubectl drain` commands as it is not managed by a Kubernetes controller. **What did you do?** Ran `kubectl drain ` on a cluster...

triage/unresolved
lifecycle/frozen

## Feature Request CRDs (for version conversion), ValidatingWebhookConfiguration and MutatingWebhookConfiguration (see also #1325) all need to define callbacks. OLM should help setup the callback and inject the needed ca. **Is...

triage/unresolved

## Bug Report **What did you do?** I have two operators, operator1 is with `OwnNamespace` as true and operator2 is `AllNamespaces` is true. ``` installModes: - supported: true type: OwnNamespace...

triage/unresolved

## Bug Report **What did you do?** I am experimenting with the olm based operator shutdown/cleanup process. A [runnable ](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#example-Manager-Add) is added to the controller runtime manager (used to implement...

kind/bug
triaged

Signed-off-by: akihikokuroda **Description of the change:** Add OperatorGroup reconciliation in Catalog operator so that the operator group creation can trigger InstallPlan sync. **Motivation for the change:** Closes #2516 **Reviewer Checklist**...

do-not-merge/hold
runtime

A subscription flaky test was identified in #2645 The test manipulates the install plan phase in and ensures the corresponding condition is set on the parent subscription. The problem happens...

kind/cleanup

### Description [Failure log](https://github.com/operator-framework/operator-lifecycle-manager/runs/5213210048?check_suite_focus=true#step:4:123) ``` Install Plan when an InstallPlan is created with no valid OperatorGroup present [FLAKY] should clear clear up the condition in the InstallPlan status that contains...

kind/flake

## Feature Request **Is your feature request related to a problem? Please describe.** I had an issue with Keycloak deployment in the morning. There was a problem when the Keycloak...

kind/feature
triaged
api/v2

## Bug Report We applied an SCC for one of our services that had `priority: 20` set. Then when we tried to install the service mesh operator, the marketplace operator...

kind/bug

Signed-off-by: Joe Lanford **Description of the change:** Adds e2e to ensure resolver correctly handles installs and upgrades when the candidates replace a CSV that does not exist in any catalog....

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