-
Notifications
You must be signed in to change notification settings - Fork 364
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
OCPBUGS-35095: drop redundant KSM selector from KubeCPUOvercommit
#2422
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,14 +58,13 @@ | |
"version": "main" | ||
}, | ||
{ | ||
"name": "kubernetes-mixin is pinned because newer versions are breaking MON-3837", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since #2482 removed CMO's dependency on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ah, never mind, I just noticed Simon's comment there. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that we can remove the whole entry for kubernetes-monitoring/kubernetes-mixin and just depend on the version pulled by kube-prometheus. |
||
"source": { | ||
"git": { | ||
"remote": "https://github.com/kubernetes-monitoring/kubernetes-mixin.git", | ||
"subdir": "" | ||
} | ||
}, | ||
"version": "b247371d1780f530587a8d9dd04ccb19ea970ba0" | ||
"version": "cb72d737459a655e7575c09f7859815ae3690981" | ||
} | ||
], | ||
"legacyImports": true | ||
|
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.
unrelated to this PR but I'd recommend to remove the
KubeAPITerminatedRequests
alerting rule since we're not owners for the API server. And same goes withKubeAPIDown
.