operator-lifecycle-manager
operator-lifecycle-manager copied to clipboard
A management framework for extending Kubernetes with Operators
## Bug Report **What did you do?** When attempting to reinstall an operator that uses conversion webhooks by 1. Deleting the operator subscription and any CSVs associated with it 2....
Valid values are listed in the OpenAPISchema specification of the ClusterServiceVersion CRD https://github.com/operator-framework/operator-lifecycle-manager/blob/master/deploy/upstream/manifests/0.7.0/03-clusterserviceversion.crd.yaml#L124-L128 **Description of the change:** Fix documentation example for SVG icon types **Motivation for the change:** Using the...
Problem: EnvFrom is claimed supported in the document, but it isn't enabled from the code Solution: Wire the EnvFrom specified in the SubscriptionConfig into the deployments deployed when installing the...
OLM finalizer keeping deleted (empty) namespace stuck in "Terminating"-state ## Bug Report **What did you do?** After deleting a (newly created) namespace it is stuck in the "Terminating state" and...
## Feature Request **Is your feature request related to a problem? Please describe.** Hello, We are working on splunk operator. version 2.0.0 of splunk operator requires persistent volume to be...
Signed-off-by: perdasilva **Description of the change:** Modifies the kind provisioner to configure cluster level baseline PSA security standard enforcement **Motivation for the change:** Downstream CI uses restricted enforcement. This will...
The e2e tests assume that OLM is installed in the operator-lifecycle-manager namespace if E2E_INSTALL_NS is not set. OLM is typically installed in the olm namespace. Signed-off-by: Alexander Greene
**Description of the change:** Remove the out-of-date OLM_VERSION static file that was previously used in the release process before goreleaser was integrated in this repository. Update the Makefile and Dockerfile...
Add initial support for debugging individual Kubernetes resources, executing arbitrary shell commands, etc. This is mainly useful in the context of debugging cluster-scoped resources (e.g. the Operator API) that don't...
**Description of the change:** Update the pkg/package-server/server/server.go package and add a null check for the config variable returned when running the `Config` method for the `PackageServerOptions` structure. That `Config` method...