-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
node disk full #3313
Comments
there are only some docker containers and pvcs.why does the node take up too much disk space? |
Please actually include the output. You may have too many things consuming the space in the VM. Try deleting unneeded container images and cleaning things up. If nothing else is needed, you can do a full cleanu with |
Kind and the cluster created by Kind itself will not take up much resources. You can recreate a kubernetes cluster with kind on a new VM to check it. |
This is #735 |
I am using MacBook Pro which free disk storage is more than 512G |
How much space is configured for the Docker Desktop VM though? |
Please see #735 It's possible to exhaust disk space for many reasons, and there's limited options for kind to mitigate this.
Docker on mac runs in a VM which has it's own virtual disk which only goes up to some configured subset of the free space. There's some references to those settings here https://kind.sigs.k8s.io/docs/user/quick-start/#settings-for-docker-desktop |
/close Cleaning this up. Fairly certain this is a matter of allocating more space for the Docker VM. |
@stmcginnis: 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:
node disk is almost full
What you expected to happen:
disk space is available.
How to reproduce it (as minimally and precisely as possible):
everytime I created a cluster,after some hours,it get full
Anything else we need to know?:
Environment:
kind version
): kind v0.11.1 go1.17.2 darwin/amd64docker info
orpodman info
): 20.10.20/etc/os-release
): Macos Venturakubectl version
):The text was updated successfully, but these errors were encountered: