Uh oh!
There was an error while loading. Please reload this page.
MON-3902: add initial Monitoring CRD api - #1929
Conversation
Skipping CI for Draft Pull Request. |
Hello @marioferh! Some important instructions when contributing to openshift/api: |
Uh oh!
There was an error while loading. Please reload this page.
@marioferh: This pull request references MON-3902 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.17.0" version, but no target version was set. 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. |
9603c29 to
9c70852CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
marioferh
commented
Jul 1, 2024
/retest-required |
JoelSpeed
commented
Jul 2, 2024
/test e2e-upgrade-minor |
marioferh
commented
Jul 3, 2024
/retest-required |
jan--f
left a comment
There was a problem hiding this comment.
Some changes are needed here. I added a couple of suggestions as well. While we will go over this when things move to v1 once more in detail, it's worth getting details right from the get go too I think.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JoelSpeed
left a comment
There was a problem hiding this comment.
Please review the linter issues and resolve those, in particular, lots of fields aren't marked either as optional or required, they will need to be updated.
Try make lint-fix to help where some issues can be auto-fixed
| // +openshift:api-approved.openshift.io=https://github.com/openshift/api/pull/1929 | ||
| // +openshift:file-pattern=cvoRunLevel=0000_10,operatorName=config-operator,operatorOrdering=01 | ||
| // +kubebuilder:object:root=true | ||
| // +kubebuilder:resource:path=clustermonitoring,scope=Cluster |
There was a problem hiding this comment.
Ok, so if I'm reading the last few comments correctly, we are happy to proceed with this design as is, and will create a new abstraction at the HostedCluster level for HCP relevant parts of monitoring the management side
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1a1bee7 to
6884e3eComparemarioferh
commented
Dec 17, 2024
/retest |
JoelSpeed
commented
Dec 17, 2024
From the linter, these ones should be fixed. The first four WRT empty json tag is a bug that I'll fix this afternoon |
JoelSpeed
left a comment
There was a problem hiding this comment.
Couple of nits, plus the linter fixes and I think this is good to go
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5407e51 to
a4ec8a2CompareAdd UserDefinedMonitoring Add tests Add FeatureGate generate files Signed-off-by: Mario Fernandez <mariofer@redhat.com>
a4ec8a2 to
80c3c40CompareJoelSpeed
commented
Dec 18, 2024
Changes LGTM, waiting on a linter fix to merge to verify a green lint, and then we can get this merged In the mean time, will double check on EP updates |
JoelSpeed
commented
Dec 18, 2024
/test lint |
marioferh
commented
Dec 19, 2024
/retest-required |
marioferh
commented
Dec 19, 2024
/test okd-scos-e2e-aws-ovn |
JoelSpeed
commented
Dec 19, 2024
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jan--f, JoelSpeed, marioferh 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 |
marioferh
commented
Dec 20, 2024
/retest-required |
JoelSpeed
commented
Dec 20, 2024
/label acknowledge-critical-fixes-only This only affects the payload in adding a new techpreview CRD. @marioferh is continuing to work on this feature over shutdown, and not having this merged is a blocker for him. I believe this is sufficiently low enough risk to merge even under the critical fixes label |
openshift-ci-robot
commented
Dec 20, 2024
marioferh
commented
Dec 22, 2024
/retest |
openshift-bot
commented
Dec 23, 2024
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Initial Implementation of Configuration CRD for the Cluster Monitoring Operator
Related: Enhancements Proposal [link]
As we have a FeatureGate, the idea is to implement component by component to verify the correct behavior and facilitate the reviews.
The API comes from https://github.com/openshift/cluster-monitoring-operator/blob/7015893ece5ed0a6f888fffe09b6d10a807d6901/pkg/manifests/config.go#L51