-
Notifications
You must be signed in to change notification settings - Fork 29
OLS-2025: Add config collection option #906
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
|
@onmete: This pull request references OLS-2025 which is a valid jira issue. In 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. |
7aa18df to
1742207
Compare
api/v1alpha1/olsconfig_types.go
Outdated
| @@ -391,6 +391,8 @@ type UserDataCollectionSpec struct { | |||
| FeedbackDisabled bool `json:"feedbackDisabled,omitempty"` | |||
| // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Do Not Collect Transcripts" | |||
| TranscriptsDisabled bool `json:"transcriptsDisabled,omitempty"` | |||
| // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Do Not Collect Config Data" | |||
| ConfigDisabled bool `json:"configDisabled,omitempty"` | |||
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.
Do we want a new fields for this or we can make use of TranscriptsDisabled ? @onmete
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.
It is a separate data/option. Can you remind me if this is exposed to the user/admin, or if there is a single switch about collecting/not collecting data?
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.
ef9dd6a to
765fef3
Compare
|
@xrajesh updated, can you check? |
|
the changes looks ok. we need regenerate the bundle, too, so that the new field is added to the CRD. |
|
@raptorsun bunch of failures about |
|
/hold |
|
/lgtm |
|
/unhold |
|
we need to merge the service PR first. openshift/lightspeed-service#2582 |
|
[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 |
|
@onmete: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
PR needs rebase. 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 kubernetes-sigs/prow repository. |
|
/hold |
Description
Add config collection option.
Service PR: openshift/lightspeed-service#2582
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing