-
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
[Metricbeat][Kubernetes] Add condition NetworkUnavailable to state node #34976
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
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.
lgtm!
Please also remember to update the fields in the integration too:) (https://github.com/elastic/integrations/tree/main/packages/kubernetes)
"Ready": "ready", | ||
"MemoryPressure": "memory_pressure", | ||
"DiskPressure": "disk_pressure", | ||
"OutOfDisk": "out_of_disk", |
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.
is this status still available? looking at https://kubernetes.io/docs/concepts/architecture/nodes/#condition - doesn't seem so
could we please adjust it as well?
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.
Which status? @tetianakravchenko
I see OutOfDisk doesn't seem available anymore, but maybe it still exists for older versions.
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.
seems this value was deleted in K8s version 1.16 - https://github.com/kubernetes/kubernetes/blob/d89d5ab2680bc74fe4487ad71e514f4e0812d9ce/CHANGELOG/CHANGELOG-1.16.md?plain=1#L1626
What does this PR do?
Ad condition NetworkUnavailable to state node.
This was requested on this issue #34724.