-
Notifications
You must be signed in to change notification settings - Fork 68
📖 Adds bundle configuration documentation #2380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation for configuring OLM v1 extensions, specifically focusing on how to migrate from OLM v0 and how to configure registry+v1 bundles using the new ClusterExtension API. The documentation explains the architectural shift in configuration management, provides a step-by-step guide for inspecting bundle capabilities, and offers a configuration matrix with concrete examples for different installation scenarios.
Key changes:
- Introduces a comparison table explaining differences between OLM v0 and v1 configuration approaches
- Provides a CLI-based workflow for inspecting bundle install mode capabilities using
opm - Includes a configuration matrix mapping bundle capabilities to valid
watchNamespaceconfigurations - Adds troubleshooting section with common error messages and resolutions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2380 +/- ##
==========================================
- Coverage 74.88% 72.87% -2.01%
==========================================
Files 95 98 +3
Lines 7323 7581 +258
==========================================
+ Hits 5484 5525 +41
- Misses 1407 1622 +215
- Partials 432 434 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
4e7365e to
1498d0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Adds documentation elucidating bundle configuration.
Note: we still need to harmonize this with the single-own-namespace docs. But I wanted to already get some docs feedback.
This was generated using Gemini from the current state of the openshift/enhancement PR then manually adjusted.
Reviewer Checklist