From b8bd233b153c011501a33d94d334d1b98be13923 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Thu, 27 Aug 2020 18:47:39 +0530 Subject: [PATCH] doc: correct default kube version fix kube version in e2e/README.md Signed-off-by: Prasanna Kumar Kalever --- e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/README.md b/e2e/README.md index a826d2924..7b8ee3f27 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -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 |