Skip to content
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

Don't route CPUThrottlingHigh for redhat-.* ns to PD #91

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

cblecker
Copy link
Member

@cblecker cblecker commented Jun 29, 2020

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 29, 2020
@jewzaam
Copy link
Member

jewzaam commented Jun 29, 2020

/lgtm

@codecov
Copy link

codecov bot commented Jun 29, 2020

Codecov Report

Merging #91 into master will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   56.95%   57.06%   +0.11%     
==========================================
  Files           8        8              
  Lines         388      389       +1     
==========================================
+ Hits          221      222       +1     
  Misses        159      159              
  Partials        8        8              
Impacted Files Coverage Δ
pkg/controller/secret/secret_controller.go 87.83% <100.00%> (+0.06%) ⬆️

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 29, 2020
@@ -129,6 +129,8 @@ func createPagerdutyRoute() *alertmanager.Route {
{Receiver: receiverNull, MatchRE: map[string]string{"namespace": alertmanager.PDRegexLP}, Match: map[string]string{"alertname": "PodDisruptionBudgetLimit"}},
// https://issues.redhat.com/browse/OSD-3973
{Receiver: receiverNull, MatchRE: map[string]string{"namespace": alertmanager.PDRegexLP}, Match: map[string]string{"alertname": "PodDisruptionBudgetAtLimit"}},
// https://issues.redhat.com/browse/OSD-4265, https://issues.redhat.com/browse/INTLY-8790
{Receiver: receiverNull, MatchRE: map[string]string{"namespace": alertmanager.PDRegexLP}, Match: map[string]string{"alertname": "CPUThrollingHigh"}},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Throlling the correct spelling?

@jewzaam
Copy link
Member

jewzaam commented Jun 29, 2020

/hold

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 29, 2020
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Jun 29, 2020
@cblecker cblecker changed the title Don't route CPUThrollingHigh for redhat-.* ns to PD Don't route CPUThrottlingHigh for redhat-.* ns to PD Jun 29, 2020
@jewzaam
Copy link
Member

jewzaam commented Jun 29, 2020

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 29, 2020
@fahlmant
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 29, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cblecker, fahlmant, jewzaam

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 8bfcb7c into openshift:master Jun 29, 2020
@cblecker cblecker deleted the rhmi-throttle branch June 29, 2020 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants