operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
**Description of the change:** Please checkout this doc on scoping out this change: https://docs.google.com/document/d/1P4cSYEP05vDyuhBfilyuWgL5d5OOD5z7JlAyOxpPqps In this PR we are resurrecting #3411 with the intent to fix what that PR was...
## Issue The olm `Packageserver` cannot connect to the `grpc server` created from an image built using `operator-registry` The following `CatalogSource` has been deployed successfully on kubernetes 1.15 ``` apiVersion:...
## Bug Report There is a hot loop in the CSV state machine. If the bundle contains a malformed/invalid resource, e.g. if the deployment name is invalid, the CSV will...
## Bug Report **What did you do?** Given the standard OLM `ClusterRole` definition [is pretty wide](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/deploy/chart/templates/0000_50_olm_01-olm-operator.serviceaccount.yaml#L6) (meaning the asterisk notation in `resources:` and `verbs:` fields ATM), we are using list...