[Issue:5787] Fix docs for creating a K8S cluster on Minikube fail (#5805)

Signed-off-by: xiaolong.ran <rxl@apache.org>

Signed-off-by: xiaolong.ran <rxl@apache.org>

Fixes #5787 

### Motivation

When we creating a K8S cluster on Minikube, due to the different versions of Minikube in the local environment, the installation fails on `--kubernetes-version=v1.10.5`.

### Modifications

- Remove the `--kubernetes-version=v1.10.5` in docs.
This commit is contained in:
冉小龙 2019-12-06 16:19:37 +08:00 committed by Jia Zhai
parent b5a7f0a2ac
commit 298f63483c

View File

@ -40,8 +40,7 @@ or `hyperkit` or `VirtualBox` on macOS.
#### Create a K8S cluster on Minikube #### Create a K8S cluster on Minikube
``` ```
minikube start --memory=8192 --cpus=4 \ minikube start --memory=8192 --cpus=4
--kubernetes-version=v1.10.5
``` ```
#### Set kubectl to use Minikube. #### Set kubectl to use Minikube.