-
Notifications
You must be signed in to change notification settings - Fork 37
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
nsenter: cannot open /proc/1/ns/cgroup: No such file or directory #2
Comments
wsl? |
Yes, same issue with WSL. Any idea as to why? |
I had a similar issue, I need the nsenter solution so I can inspect blockdevices on the k8s node. Trying this on a recent kubernetes version on EKS, error message:
Not exactly sure why it happens, but probably related to time namespaces not being available in the host kernel (https://man7.org/linux/man-pages/man1/nsenter.1.html). So the script runs this command: This is actually shorthand for: The error above is caused the In my case, this triggered the next error:
This error is caused by The Edit: for the original issue ( |
Fixed the problem for me. |
Hi,
I am getting
nsenter: cannot open /proc/1/ns/cgroup: No such file or directory
when following your steps.Any idea why?
The text was updated successfully, but these errors were encountered: