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
I had some issues with both Kasten and Cilium pods reporting Too Many Open Files, when checking in a running pod the limit was showing as 1024, in order to increase this I needed to manually add an override for the snap.k8s.containerd service file and add the line LimitNOFILE=1048576 to the [Service] section.
What Should Happen Instead?
I feel like maybe this should be included in the default service file, Cilium seems to need this and that seems to be the chosen CNI. Apologies if I've misunderstood something though :)
Reproduction Steps
Bootstrap a cluster
Add some workloads
Monitor Cilium pods for errors
System information
n/a
Can you suggest a fix?
No response
Are you interested in contributing with a fix?
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. I haven't seen anything related to Cilium specifically requiring this option or causing issues related to this. Could this be related to the workload that might exhausting the limit here?
We'll check upstream defaults/recommendation and adjust this accordingly if needed.
Summary
I think it's related to this issue from 2019: containerd/containerd#3201
I had some issues with both Kasten and Cilium pods reporting Too Many Open Files, when checking in a running pod the limit was showing as 1024, in order to increase this I needed to manually add an override for the snap.k8s.containerd service file and add the line
LimitNOFILE=1048576
to the[Service]
section.What Should Happen Instead?
I feel like maybe this should be included in the default service file, Cilium seems to need this and that seems to be the chosen CNI. Apologies if I've misunderstood something though :)
Reproduction Steps
System information
n/a
Can you suggest a fix?
No response
Are you interested in contributing with a fix?
No response
The text was updated successfully, but these errors were encountered: