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

MON-3763: Add cnv_abnormal #2291

Merged
merged 1 commit into from
May 22, 2024

Conversation

avlitman
Copy link
Contributor

@avlitman avlitman commented Mar 20, 2024

Add new recording rule about cnv issues to telemeter, as for now the only issue is memory exceeded.

  • I added CHANGELOG entry for this change.
  • No user facing changes, so no entry in CHANGELOG was needed.

@avlitman
Copy link
Contributor Author

avlitman commented Mar 20, 2024

/hold blocked by kubevirt/hyperconverged-cluster-operator#2855

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 20, 2024
@openshift-ci openshift-ci bot requested review from jan--f and marioferh March 20, 2024 14:37
@sradco
Copy link

sradco commented Apr 25, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 25, 2024
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 2, 2024
@avlitman
Copy link
Contributor Author

avlitman commented May 2, 2024

/unhold

Created created https://issues.redhat.com/browse/MON-3763
And the pr adding this metric is merged as well: kubevirt/hyperconverged-cluster-operator#2855

@jan--f Will appreciate your review and approval, also should I cherry-pick this to 4.16? since I see we are already have 4.17. thanks

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 2, 2024
Copy link
Contributor

@simonpasquier simonpasquier left a comment

Choose a reason for hiding this comment

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

@@ -240,6 +240,12 @@ data:
#
# owners: (https://github.com/kubevirt)
#
# cnv_abnormal represents the reason why the operator might have an issue
# and includes the node, namespace, container, reason labels.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why include the node name? Is it meaningful?

Copy link
Contributor

Choose a reason for hiding this comment

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

the node label wasn't mentioned in https://issues.redhat.com/browse/MON-3763

Copy link
Contributor Author

@avlitman avlitman May 5, 2024

Choose a reason for hiding this comment

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

Yes, we need to node label for sure. will mention it in the ticket.

Copy link
Contributor Author

@avlitman avlitman May 5, 2024

Choose a reason for hiding this comment

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

but the namespace is removed, so removed also from the yaml.

@simonpasquier
Copy link
Contributor

also should I cherry-pick this to 4.16? since I see we are already have 4.17.

For now 4.16 == 4.17 (until the 4.16 branch is officially cut).

@simonpasquier
Copy link
Contributor

you'll need to run make generate and commit the changes too.

@avlitman
Copy link
Contributor Author

avlitman commented May 5, 2024

make generate

@simonpasquier done (:

@simonpasquier
Copy link
Contributor

simonpasquier commented May 6, 2024

/hold
/retitle MON-3763: Add cnv_abnormal

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 6, 2024
@openshift-ci openshift-ci bot changed the title Add cnv_abnormal MON-3763: Add cnv_abnormal May 6, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 6, 2024
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 6, 2024

@avlitman: This pull request references MON-3763 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 task to target the "4.16.0" version, but no target version was set.

In response to this:

Add new recording rule about cnv issues to telemeter, as for now the only issue is memory exceeded.

  • I added CHANGELOG entry for this change.
  • No user facing changes, so no entry in CHANGELOG was needed.

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.

@avlitman avlitman force-pushed the add-cnv-abnormal branch 2 times, most recently from d690f83 to 12be2ff Compare May 15, 2024 07:58
@avlitman
Copy link
Contributor Author

@simonpasquier @jan--f this pr is ready to be merged, we remove the node:
kubevirt/hyperconverged-cluster-operator#2945
kubevirt/hyperconverged-cluster-operator#2955
unfortunately they didn't agree to change the name but there not gonna be many reasons.

cnv_abnormal holds issues with the pods for each container, e.g. memory
exceeded value.

Signed-off-by: avlitman <alitman@redhat.com>
@jan--f
Copy link
Contributor

jan--f commented May 21, 2024

/lgtm
/label acknowledge-critical-fixes-only
/retest

@openshift-ci openshift-ci bot added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label May 21, 2024
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 21, 2024
Copy link
Contributor

openshift-ci bot commented May 21, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: avlitman, jan--f, sradco

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-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 21, 2024
@avlitman
Copy link
Contributor Author

Thanks @jan--f. Just want to make sure- should I cherry pick this to 4.16 or the main is still 4.16?

@simonpasquier
Copy link
Contributor

/hold cancel

master is now 4.17 so you'd need a cherry-pick on release-4.16.

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 22, 2024
@avlitman
Copy link
Contributor Author

/cherry-pick release-4.16

@openshift-cherrypick-robot

@avlitman: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.16

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 5e2b83d into openshift:master May 22, 2024
16 of 17 checks passed
@openshift-cherrypick-robot

@avlitman: new pull request created: #2364

In response to this:

/cherry-pick release-4.16

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.

@rexagod
Copy link
Member

rexagod commented Jun 3, 2024

/jira refresh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants