-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 state_node conditions ' types #24241
Fix state_node conditions ' types #24241
Conversation
Signed-off-by: chrismark <[email protected]>
This pull request doesn't have a |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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.
Good catch, thanks!
(cherry picked from commit cdde0c7)
(cherry picked from commit cdde0c7)
What does this PR do?
This PR fixes the type of
kubernetes.node.status.*
ofstate_node
metricset fromboolean
tokeyword
since the value can be one of "true, false or unknown".Fields were added at #23905