We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ kubectl describe node builds-2304-node-ff87f2 ... Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FreeDiskSpaceFailed 2m46s (x3041 over 11d) kubelet failed to garbage collect required amount of images. Wanted to free 41585983488 bytes, but freed 0 bytes
Is it safe to run kubectl delete node builds-2304-node-ff87f2 to force the node to be replaced?
kubectl delete node builds-2304-node-ff87f2
The text was updated successfully, but these errors were encountered:
Yes, if nothing healthy is on it. Or you can cordon and drain and wait if there's a user build you want to let finish (unlikely if disk is full)
Sorry, something went wrong.
Thanks! The node no longer exists, so either it got scaled down automatically or someone else deleted it.
No branches or pull requests
Is it safe to run
kubectl delete node builds-2304-node-ff87f2
to force the node to be replaced?The text was updated successfully, but these errors were encountered: