doc: update memory assigned to minikube vm

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
Prasanna Kumar Kalever 2020-09-28 18:28:53 +05:30 committed by mergify[bot]
parent b5d1edd3f7
commit 27c8318a82

View File

@ -50,7 +50,7 @@ following environment variables can be exported to customize kubernetes deployme
|----------------------|--------------------------------------------------|--------------------------------------------------------------------|
| MINIKUBE_VERSION | minikube version to install | latest |
| KUBE_VERSION | kubernetes version to install | latest |
| MEMORY | Amount of RAM allocated to the minikube VM in MB | 3000 |
| MEMORY | Amount of RAM allocated to the minikube VM in MB | 4096 |
| VM_DRIVER | VM driver to create virtual machine | virtualbox |
| CEPHCSI_IMAGE_REPO | Repo URL to pull cephcsi images | quay.io/cephcsi |
| K8S_IMAGE_REPO | Repo URL to pull kubernetes sidecar images | quay.io/k8scsi |