operator-framework / operator-lifecycle-manager

A management framework for extending Kubernetes with Operators
https://olm.operatorframework.io
Apache License 2.0
1.72k stars 545 forks source link

RFE: Support Arbitrary Resources in Bundles #1996

Open awgreene opened 3 years ago

awgreene commented 3 years ago

Feature Request

Is your feature request related to a problem? Please describe. The goal of this enhancement is to capture all "I want OLM to support in a bundle" issues filed against OLM.

OLM only supports a limited set of kubernetes resources to be placed in a bundle. I would like to be able to include any resource in the bundle.

Describe the solution you'd like OLM should be updated to use a dynamic client to apply arbitrary resources in a bundle.

RyuunoAelia commented 3 years ago

Probably also #1547

saada commented 3 years ago

Do we also want to allow Deployments? I'm asking because the CSV typically expects deployments to be embedded within its spec