operator-framework / operator-framework/operator-controller
[epic] Support direct bundle installation
Open
@grokspawn is already working on this.
Since Sep 14, 2026.
epic
lifecycle/frozen
v1.x
- Dominant language
- Go
- Stars
- 213
- Forks
- 85
- Avg merge
- 2d 1m
- Merged PRs (30d)
- 38
Description
After #596 goes in, we can implement support for installing a bundle from a URL instead of resolving it from a catalog. To do this, we'll have a very strict set of guardrails:
- The bundle must be a registry+v1 bundle
- We will do minimal or no constraint/dependency checking - a direct bundle installation is considered "satisfied"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.