operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
## 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...
## 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...
## 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...
## 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...
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**...
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...
### 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...
## 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...
Beef up the pod spec used for the marketplace pods to explicitly list all the capabilities they need
## 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...
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....