Update README.md to increase minikube disk size (#347)
This commit is contained in:
parent
05758f56b8
commit
6c2b3fc83e
1 changed files with 2 additions and 1 deletions
|
@ -119,9 +119,10 @@ We offer the following installation methods:
|
||||||
local Kubernetes cluster has at least:
|
local Kubernetes cluster has at least:
|
||||||
- 4 CPU's
|
- 4 CPU's
|
||||||
- 4.0 GiB memory
|
- 4.0 GiB memory
|
||||||
|
- 32 GB disk space
|
||||||
|
|
||||||
```shell
|
```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:
|
- To launch **Docker for Desktop** (tested with Mac/Windows). Go to Preferences:
|
||||||
|
|
Loading…
Reference in a new issue