-
Notifications
You must be signed in to change notification settings - Fork 75
Failed to get cgroup stats for docker and kubelet in kubelet container #11
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
Comments
@justincormack you were looking at cgroups in the context of kubelet recently, does this ring any bells? Seems like kubelet is trying to introspect containers which it didn't create and has no business with, but perhaps it can be satisfied somehow? |
Yeah, I need to rebase my patches for cgroups against this new repo, which may help. |
With #14 the docker container crashes with:
EDIT: I didnt see any error in stdout from containerd but it possibly got truncated from my console and the kubelet does not get created. |
Those errors are all harmless, and it says docker is listening, so something weird is going on. |
fixed by #49 |
Description
This log gets thrown every 10sek.
Steps to reproduce the issue:
run docker cluster and check
/var/log/kubelet.err.log
Describe the results you received:
many
Describe the results you expected:
no errors
Additional information you deem important (e.g. issue happens only occasionally):
also noticed instable metrics in grafana 1-2 weeks ago but needs further research
The text was updated successfully, but these errors were encountered: