From 6a9beb630ff3d9c976c0024c6ccc766d7cc450ec Mon Sep 17 00:00:00 2001 From: Rafael Franzke Date: Thu, 13 Jan 2022 09:25:58 +0100 Subject: [PATCH] Add disk size information to local provider docs --- docs/deployment/getting_started_locally.md | 3 +++ docs/development/getting_started_locally.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/deployment/getting_started_locally.md b/docs/deployment/getting_started_locally.md index 3cc556879ea..f161ae22831 100644 --- a/docs/deployment/getting_started_locally.md +++ b/docs/deployment/getting_started_locally.md @@ -15,6 +15,9 @@ Based on [Skaffold](https://skaffold.dev/), the container images for all require - Make sure your Docker daemon is up-to-date, up and running and has enough resources (at least `8` CPUs and `8Gi` memory; see [here](https://docs.docker.com/desktop/mac/#resources) how to configure the resources for Docker for Mac). > Please note that 8 CPU / 8Gi memory might not be enough for more than two `Shoot` clusters, i.e., you might need to increase these values if you want to run additional `Shoot`s. + Additionally, please configure at least `120Gi` of disk size for the Docker daemon. + > Tip: With `docker system df` and `docker system prune -a` you can cleanup unused data. + ## Setting up the KinD cluster (garden and seed) ```bash diff --git a/docs/development/getting_started_locally.md b/docs/development/getting_started_locally.md index c418337b2c0..3b86b7ffce1 100644 --- a/docs/development/getting_started_locally.md +++ b/docs/development/getting_started_locally.md @@ -14,6 +14,9 @@ The Gardener components, however, will be run as regular processes on your machi - Make sure your Docker daemon is up-to-date, up and running and has enough resources (at least `4` CPUs and `4Gi` memory; see [here](https://docs.docker.com/desktop/mac/#resources) how to configure the resources for Docker for Mac). > Please note that 4 CPU / 4Gi memory might not be enough for more than one `Shoot` cluster, i.e., you might need to increase these values if you want to run additional `Shoot`s. + + Additionally, please configure at least `120Gi` of disk size for the Docker daemon. + > Tip: With `docker system df` and `docker system prune -a` you can cleanup unused data. - Make sure that you increase the maximum number of open files on your host: - On Mac, run `sudo launchctl limit maxfiles 65536 200000` - On Linux, extend the `/etc/security/limits.conf` file with