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

## Type of question Community Best Practices ## Question What is the process of updating OLM from one version to another? The install.sh script will refuse to run if an...

triage/support
triaged

Signed-off-by: Frederic Giloux **Description of the change:** This pull request adds some logic for avoiding failure of the InstallPlan when a manifest provided by a bundle cannot be installed and...

ok-to-test
needs-rebase

## 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? Community best practices ##...

## Bug Report **What did you do?** Create a Subscription with environment variables defined via `spec.config.env`: ```yaml apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: my-infinispan namespace: namespace-for-testing spec: channel: 2.2.x name:...

kind/bug

## Bug Report Related to #1347 but `clusterServiceVersionNames ` field is populated. **What did you do?** A clear and concise description of the steps you took (or insert a code...

kind/bug

## Feature Request **Is your feature request related to a problem? Please describe.** Please define an Operator Framework release process. **Describe the solution you'd like** As a member of the...

kind/feature
triaged

The `Operator Group intersection` test is almost at permafailing status - it's almost always reproducible when running locally, focusing on the `intersection` It block: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/test/e2e/operator_groups_e2e_test.go#L816. Example log when running locally,...

kind/failing-test

## Bug Report Seen something like this on ~~two~~many separate occasions now. **What did you do?** - Installed a catalog-source and subscription at the same time. - Image pull hit...

kind/bug
triaged

## Bug Report The k8s cluster opens the psp policy, and the operator installation through olm will fail. because of the job in the namespace `olm` use default serviceaccount. [related...

kind/feature

## Feature Request **Is your feature request related to a problem? Please describe.** OpenShift administrators discover the dependency relationships of installed Operators. **What is the problem:** Today cluster administrators are...

lifecycle/stale