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

Fix NodeNotHealthy alert with correct NodeNotReady taint #9470

Merged
merged 2 commits into from Mar 27, 2024

Conversation

adenitiu
Copy link
Contributor

How to categorize this PR?

/area monitoring
/kind bug

What this PR does / why we need it:
This PR corrects the filtering query, as the current value v1beta1constants.LabelNodeCriticalComponent is wrong. The query was thought initially to handle node.gardener.cloud/critical-components-not-ready , hence the correct value should be v1beta1constants.TaintNodeCriticalComponentsNotReady

Which issue(s) this PR fixes:
False alerts of nodes being reported as not healthy.

Special notes for your reviewer:

Release note:

Correct NodeNotHealthy filtering query to use `v1beta1constants.TaintNodeCriticalComponentsNotReady`

@gardener-prow gardener-prow bot added the area/monitoring Monitoring (including availability monitoring and alerting) related label Mar 25, 2024
@gardener-prow gardener-prow bot added kind/bug Bug cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 25, 2024
@adenitiu adenitiu changed the title Fix NodeNotHealthy alert with correct NodeNotReady taint. Fix NodeNotHealthy alert with correct NodeNotReady taint Mar 25, 2024
@adenitiu
Copy link
Contributor Author

/retest

Copy link
Contributor

@ScheererJ ScheererJ left a comment

Choose a reason for hiding this comment

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

/lgtm

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 25, 2024
Copy link
Contributor

gardener-prow bot commented Mar 25, 2024

LGTM label has been added.

Git tree hash: 980b97a4b3b4717318f700ae16a419faf1a032be

Copy link
Contributor

gardener-prow bot commented Mar 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: timebertt

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

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 27, 2024
@timebertt
Copy link
Member

/retest

@gardener-prow gardener-prow bot merged commit 2708aae into gardener:master Mar 27, 2024
17 checks passed
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. area/monitoring Monitoring (including availability monitoring and alerting) related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/bug Bug lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants