From 6c2b3fc83ef92af40333580fc0a9d4d11a5a5a71 Mon Sep 17 00:00:00 2001 From: Matheus Henrique Raymundo Date: Mon, 1 Jun 2020 13:06:07 -0300 Subject: [PATCH] Update README.md to increase minikube disk size (#347) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc06725..04f3cb6 100644 --- a/README.md +++ b/README.md @@ -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: