operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
## 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...
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...
## 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:...
## 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...
## 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...
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,...
## 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...
## 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...
## 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...