-
Notifications
You must be signed in to change notification settings - Fork 472
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
IP table lock issues #643
Comments
I looked at the source code and found that the -w option is used to obtain the lock when using iptables. The problem is that other processes have obtained the iptables lock for too long and have not released it. The following information is needed
|
@zhangguanzhang thanks for the reply, |
kube-proxy and kubelet |
And it does make sense the node-local-cache will need access to ip tables even 30 min after he started? |
Please note that 256-260 dns/cmd/node-cache/app/cache_app.go Lines 241 to 260 in fa0192f
in line 260 goto L208 dns/cmd/node-cache/app/cache_app.go Lines 205 to 208 in fa0192f
need Increase the time of |
Got it, |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
I have deployed node-local-dns-cache in my cluster, version 1.22.28
its being running for couple of days and all seemed to be fine.
yesterday i got an issue which one of the pod got these errors:
[the pod was running for a about 30 min]
Seems like it cannot update the ip tables somehow, i believe this is something related to Kube-proxy which also try to update the Ip tables.( again this is a guess im not sure)
I know there were these kind of issues before, but couldn't see any valid solution
I have tried to restart the node-cache pods, but it crashed because it as unable to update the ip table.
Couple of questions:
Thanks.
The text was updated successfully, but these errors were encountered: