-
Notifications
You must be signed in to change notification settings - Fork 301
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
Failed ReopenContainerLog from runtime interface #35
Comments
core/logs.go // ReopenContainerLog reopens the container log file. |
Why is this closed? Still have this on RKE clusters with k8s 1.24.8 and cri-dockerd enabled |
@evol262 fixed when setting container-log-max-size to the same size as docker daemon max-size log opts. |
There is an error when I use cri-dockerd as container-runtime.
Kubelet tries to reopen log file, but get the error from container runtime.
It stuck when I try to run kubernetes metrics-server.
When I run the same helm chart with kubelet build in dockerhim it works fine.
kubectl version:
Also, I find the same error as mine here rancher/rke#2716
Do you have any ideas how to fix this, thanks?
The text was updated successfully, but these errors were encountered: