doc: correct default kube version

fix kube version in e2e/README.md

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
Prasanna Kumar Kalever 2020-08-27 18:47:39 +05:30 committed by mergify[bot]
parent a44035888e
commit b8bd233b15

View File

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