-
Notifications
You must be signed in to change notification settings - Fork 558
[Windows Nodes] "There is no enough space on the disk" #2015
Comments
you need to assign a bigger OS disk size, see example: |
I've setup a 200GB disk (https://goo.gl/9zA9wF). What would be a recommended size for the OS disk? Can I resize the disk without rebuilding the cluster? |
One possible solution is use the resource disk which has 100GB to download image, need to find a way to change docker settings? |
I've got the same error. Have anyone solved? |
@JiangtianLi do you know anyway to let docker use resource disk in Windows, I only know how to do it in Linux. Resource disk has 100GB size, it would be good place for temp dir. |
I should also include that I setup a custom VNET for my cluster, that's the only way I found to get into the windows nodes and check what was happening. And I must mention that I went through a big issue with the Dashboard and DNS deployments because the acs-engine deployment was not setting up the Route Table. |
/cc @PatrickLang on configuring windows docker to use a different disk |
@Stygy How did you set up custom VNET. Did you deploy using https://github.com/Azure/acs-engine/blob/master/docs/custom-vnet.md? Custom VNET in windows cluster doesn't work yet #1767 |
Another solution is to move the container storage to D:, but that's not resilient. That shouldn't be a problem because you can just pull the image again if they're missing. This requires:
|
I set Windows OSDisk size as 300GB, while after creating some windows containers like aspnet, it has only 3GB disk space left even I have removed all containers. What I could workaround is clean Temp dir to release 13GB space.
Is there any way to release the cache data in Windows? |
Is this a request for help?:
YES
Is this an ISSUE or FEATURE REQUEST? (choose one):
ISSUE
What version of acs-engine?:
v0.11.0
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes 1.7.9
What happened:
Cannot pull images because of a "There is not enough space on the disk" error:
K8s shows that there is no disk space issue:
What you expected to happen:
Pod created with no issue
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
I've upgraded the master machine to D12_V2 but that didn't fix the error. https://goo.gl/g7FjuQ
The text was updated successfully, but these errors were encountered: