Skip to content

Commit

Permalink
Add disk size information to local provider docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranzke committed Jan 13, 2022
1 parent b363a7f commit 6a9beb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/deployment/getting_started_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/development/getting_started_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9beb6

Please sign in to comment.