OLS-3859: Enable read-only Tekton tools - #1947
Conversation
Signed-off-by: waveywaves <11972233+waveywaves@users.noreply.github.com>
|
@waveywaves: This pull request references OLS-3859 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe MCP server TOML now uses read-only, non-destructive settings, target compatibility filters, and the Tekton toolset. The ConfigMap generation test validates these settings. ChangesMCP configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @waveywaves. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Description
Enable the Tekton toolset in the operator-managed OpenShift MCP server while enforcing a read-only, non-destructive configuration. Target compatibility filtering hides Tekton tools when the cluster does not serve
tekton.dev/v1PipelineRuns.The downstream MCP image can sync additional Tekton tools, including PipelineRun diagnosis, independently after their upstream changes merge.
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing
make testread_only,disable_destructive, and target compatibility filtering totrue.Summary by CodeRabbit
New Features
Security