operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
Problem: When reconciling subscriptions in a namespace, OLM will error out if multiple operatorGroups exist in the namespace when deciding if the fail-forward feature is enabled. The failure is only...
## Bug Report **What did you do?** I created a catalog image without any replace field in the CSV. ```{"name":"ibm-truststore-mgr.v1.0.0","version":"1.0.0","replaces":null,"skipRange":null,"skips":null,"channelName":"1.x","bundlePath":"icr.io/cpopen/ibm-truststore-mgr-operator-bundle@sha256:1f520a34534afd0f586b498e0b8a7486d0973eef596967f4c966943cf7aa8efd"} {"name":"ibm-truststore-mgr.v1.1.0","version":"1.1.0","replaces":"ibm-truststore-mgr.v1.0.0","skipRange":">1.0.0 1.1.0 =1.2.0 =1.0.0 =1.0.0
## Feature Request **Is your feature request related to a problem? Please describe.** OLM itself is installed by applying the manifests in the latest release to a cluster via `kubectl...
### Description [Failure log](https://github.com/operator-framework/operator-lifecycle-manager/runs/5213111320?check_suite_focus=true#step:4:954) ``` Subscription updates multiple intermediates /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/subscription_e2e_test.go:511 [BeforeEach] Subscription /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/subscription_e2e_test.go:57 created the subscription-e2e-4smn9 testing namespace [It] updates multiple intermediates /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/subscription_e2e_test.go:511 Creating catalog source mock-nginx-ff9rg in namespace subscription-e2e-4smn9......
## Epic Description It's been a bit hard to get some PRs through lately. The main culprit seems to be the flaky tests although some other areas of improvement have...
## Bug Report **What did you do?** I am deploying operators from an operator catalog using OLM (in openshift or upsteam) **What did you expect to see?** I see the...
## Bug Report **What did you do?** - update Community Jaeger Operator from version `1.32.0` to `1.33.0` (using the community-operator-index:v4.9) on an OpenShift 4.9 cluster - the installation failed with...
## Bug Report The latest chart in release `4.9` does not install correctly because it references command args with a single dash. After updating them to use a double dash...
## Bug Report **What did you do?** Trying to install Nvidia GPU Operator on IBM Cloud Openshift cluster - have tried different channels, different namespaces Tried to install via Web...
The complete context can be seen in the [bz](https://bugzilla.redhat.com/show_bug.cgi?id=2020484). Essentially, if the package server pod get killed, the csv moves to a `Failed` states and progresses forward to `Succeeded`. During...