-
Notifications
You must be signed in to change notification settings - Fork 29
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
BPF map entries not being removed #131
Comments
@alemuro - Can you please confirm if the enable-policy-event-logs is disabled or enabled? Do you still have the node? if so can you collect node logs via |
Nvm, we were able to repro the issue and have a possible fix. Right now mitigation would be to use v1.15.1 i.e, with agent version v1.0.4. |
Hello @jayanthvn , I've sent the output of the I will try to downgrade to 1.15.1 and see if that fixes the issue. Thanks! |
What happened:
Hello, since I've enabled AWS VPC CNI Network Policies I've detected that some nodes in my EKS cluster fails randomly. After debugging a bit, I saw that the
aws-eks-nodeagent
container is creating a lot of open_files/processes. This causes the node to be unresponsive after a long time (some hours), when services cannot create more files.Attach logs
I've entered the
aws-eks-nodeagent
and I saw the following logs. Apparently, seems like the container is unable to delete entries from the BPF map.What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
This an "empty" cluster with one application and the following components:
There are monitoring and ingress tools as well.
Environment:
kubectl version
): v1.27.7cat /etc/os-release
): Amazon Linux 2uname -a
): 5.10.197-186.748.amzn2.x86_64The text was updated successfully, but these errors were encountered: