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 to delete cgroup paths #97497
Comments
|
kubernetes/vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go Lines 214 to 237 in cea1d4e
As the comment L223 says, errors of os.RemoveAll(p) should be logging. Currently kubernetes 1.20 use runc v1.0.0-rc92. The log format would be better in runc next release. See opencontainers/runc#2506 & https://github.com/opencontainers/runc/blob/master/libcontainer/cgroups/utils.go#L262-L271 for more. |
|
/sig node |
|
/priority important-soon |
|
@ehashman I like to work on this issue. |
|
We think this may have been fixed by #101524. |
|
I believe a combo of #101524 plus runc bump should have fixed this. If someone runs into it again, please reopen |
|
@haircommander: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
The kubelet occur error and the error logs as follows:
What you expected to happen:
Can delete the cgroup paths.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kubernetes version:
OS:
Kernel:
Install tools:
Network plugin and version:
The text was updated successfully, but these errors were encountered: