-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
docker: Detect potential DiskPressure issue (docker system prune) #6820
Comments
Additional info:
Did not help. same state, In fact, restarting caused some issue with the IP (minikube docker-env command) that was working before:
Maybe this is worth to open a separate bug for.
|
|
If you or anyone else sees this, I would love to see the output of:
That should help us determine which taint it is. I suspect one of:
|
yupp it is disk-pressure seemingly:
|
|
|
Just hit the same thing (I think also due to disk pressure), attaching my logs:
|
|
done |
I too ran into this issue. Resetting the kubernetes clusters or restarting the system did not work for me. But |
I was running a docker driver / docker runtime node for a couple of days
Node details:
And somehow I got into this state where an offending taint appeared somehow...that doesn't let me deploy anything to the cluster. The pods are
PENDING
state and the pod events show the taint:I'm not confident that I can reproduce this and haven't put the effort to repro it yet either. But it seems like a provisioning bug somewhere that we could maybe spot by inspection?
The text was updated successfully, but these errors were encountered: