You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of open file descriptors by kubeskoop's container inspector keeps increasing until reaching the node limit.
here in the picture, there are 6 namespaces in the k8s cluster. The number of open fd increases periodically.
What is expected to happen?
The count of open file descriptor by kubeskoop doesn't grow infinitely, or
the maximum of open file descriptors allowed for kubeskoop is configurable or have a reasonable default value during launch.
How to reproduce
Run kubeskoop in any real k8s cluster where the nodes are bare metals.
The text was updated successfully, but these errors were encountered:
dreamerlzl
changed the title
Open file descriptor leak?
Open file descriptor leak in qdisc?
May 28, 2024
Environment
kubeskoop version: v0.1.1
configuration:
What happened?
The number of open file descriptors by kubeskoop's container
inspector
keeps increasing until reaching the node limit.here in the picture, there are 6 namespaces in the k8s cluster. The number of open fd increases periodically.
What is expected to happen?
The count of open file descriptor by kubeskoop doesn't grow infinitely, or
the maximum of open file descriptors allowed for kubeskoop is configurable or have a reasonable default value during launch.
How to reproduce
Run kubeskoop in any real k8s cluster where the nodes are bare metals.
The text was updated successfully, but these errors were encountered: