-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
watcher.go:208] watch chan error: EOF #463
Comments
@deas Its not really a regression, klog errors/warnings were displayed in 0.5, I still can reproduce the error logs in 0.4 if I start k3s with debug enabled |
it happens every 1-3 seconds on mostly empty setup |
I got this issue along with the error info below, too. Does this error mean k3s server is failing? Or just print the error information to the screen? Failed to get system container stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get cgroup stats for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": failed to get container info for "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy": unknown container "/docker/328bcee8bbc949ccccbb0d68508a5949212e6e1305e0ecaf774ecfc39da41f2a/kube-proxy" |
I am not seeing this kind of errors. |
Ok, maybe this is an environment problem because I am running 'k3s server' inside self-build container. Although such errors appear, the container is initiailized as one server and make deployments. For now it does not have negative effects. |
I'm seeing this too. Vanilla k3s installation with --docker option on Centos 7.6.1810
every 3 to 4 seconds. |
Happens for me too, containerd, standard single-machine installation, it's all over my logs, every few second 24/7. |
Version - 0.6.0-rc3 Comments: the "watch chan error" is no longer showing up in the logs. Ran |
@tfiduccia any chance to backport it for v0.5.x before v0.6x is released? |
Describe the bug
With version 0.5 I frequently see errors
They originate here in kvsql
I don't remember them appearing with 0.4, so it seems to be a regression.
I did not yet observe any downstream errors yet. However, events don't get send so I assume they are there. ;)
The text was updated successfully, but these errors were encountered: