-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix: missing watch on prometheusrules and verb watch #1383
fix: missing watch on prometheusrules and verb watch #1383
Conversation
main.go
Outdated
@@ -232,6 +232,8 @@ func main() { //nolint:funlen,maintidx | |||
}, | |||
// for prometheus and black-box deployment and ones we owns | |||
&appsv1.Deployment{}: {Namespaces: deploymentCache}, | |||
// kueue need prometheusrules | |||
&promv1.PrometheusRule{}: {}, |
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.
since there's no specific config, is that actually needed ?
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.
i will need to add the same deploymentCache here
@@ -114,7 +114,7 @@ metadata: | |||
"trainingoperators.components.opendatahub.io", "trustyais.components.opendatahub.io", "workbenches.components.opendatahub.io"]' | |||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 | |||
repository: https://github.com/opendatahub-io/opendatahub-operator | |||
name: opendatahub-operator.v2.19.0 | |||
name: opendatahub-operator.v2.21.0 |
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.
is this expected ?
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.
i will revert
…verb watch on dashboard CR Signed-off-by: Wen Zhou <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lburgazzoli The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature-operator-refactor #1383 +/- ##
============================================================
Coverage ? 26.61%
============================================================
Files ? 55
Lines ? 4468
Branches ? 0
============================================================
Hits ? 1189
Misses ? 3138
Partials ? 141 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
77ba8e7
into
opendatahub-io:feature-operator-refactor
…flux/component-updates/odh-mlmd-grpc-server-v2-17 chore(deps): update odh-mlmd-grpc-server-v2-17 to 0ef806c
Description
to fix error:
How Has This Been Tested?
Screenshot or short clip
Merge criteria