Update README.md to increase minikube disk size (#347)

This commit is contained in:
Matheus Henrique Raymundo 2020-06-01 13:06:07 -03:00 committed by GitHub
parent 05758f56b8
commit 6c2b3fc83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -119,9 +119,10 @@ We offer the following installation methods:
local Kubernetes cluster has at least:
- 4 CPU's
- 4.0 GiB memory
- 32 GB disk space
```shell
minikube start --cpus=4 --memory 4096
minikube start --cpus=4 --memory 4096 --disk-size 32g
```
- To launch **Docker for Desktop** (tested with Mac/Windows). Go to Preferences: