Fix IntrospectionEnabled Default, removed read only flag#1530
Fix IntrospectionEnabled Default, removed read only flag#1530blublinsky wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
/lgtm |
|
/lgtm |
a4ee3f0 to
70609ac
Compare
|
/hold |
|
Holding it , until we can clarify the statements in slack thread |
|
/retest |
1 similar comment
|
/retest |
efc972a to
d77fd11
Compare
|
@blublinsky We can just remove the readonly in this PR - lets not touch the toolset - the ticket is not asking for it . https://redhat.atlassian.net/browse/OLS-2714 will add the toolset for observability. |
d77fd11 to
5dfa8ba
Compare
|
/retest |
5dfa8ba to
000af65
Compare
|
/retest |
|
/lgtm |
|
/retest |
000af65 to
df01960
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xrajesh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
df01960 to
ddb3d61
Compare
|
New changes are detected. LGTM label has been removed. |
|
/retest |
96d964e to
87f2065
Compare
Made-with: Cursor
87f2065 to
f9cb50a
Compare
|
/retest |
1 similar comment
|
/retest |
|
@blublinsky: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
| path: llm.providers[0].googleVertexConfig.location | ||
| - description: Google Cloud project ID | ||
| displayName: Google Cloud Project ID | ||
| path: llm.providers[0].googleVertexConfig.projectID |
|
|
||
| By("Disabling introspection") | ||
| cr.Spec.OLSConfig.IntrospectionEnabled = false | ||
| cr.Spec.OLSConfig.IntrospectionEnabled = utils.BoolPtr(false) |
There was a problem hiding this comment.
We need a case for missing IntrospectionEnabled to verify the default case . @blublinsky
Description
Overview
This PR fixes the default behavior of the IntrospectionEnabled field, and removes the --read-only flag from the MCP server command.
Type of change
Related Tickets & Documents
https://redhat.atlassian.net/browse/OLS-2895
https://redhat.atlassian.net/browse/OLS-2895
Checklist before requesting a review
Testing