openshift-evangelists / openshifter

Tool for deploying OpenShift clusters and workshops
Apache License 2.0
24 stars 12 forks source link

Do we need 100GB boot disk? #48

Closed tqvarnst closed 7 years ago

tqvarnst commented 7 years ago

If the boot disk is 100GB you will very quickly run into disk quota problems. I understand that 10 (which was the previous default) may a bit small, but 20 or 25 GB should be enough. Especially since the docker images are stored on a separate disk.

marekjelen commented 7 years ago

Even though Docker is put on separate disk, OpenShift uses the main disk for emptyDir PVs including the one used by registry. With many students building and pushing images, it grows pretty fast.

tqvarnst commented 7 years ago

Even though I think 100 GB is a lot we can close this now because the solution for #49 shows that you can configure that. Thanks