提交 eec4fa5e 编写于 作者: 冉小龙 提交者: Jia Zhai

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

Signed-off-by: Nxiaolong.ran <rxl@apache.org>
Signed-off-by: Nxiaolong.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.
上级 180e28ac
......@@ -40,8 +40,7 @@ or `hyperkit` or `VirtualBox` on macOS.
#### Create a K8S cluster on Minikube
```
minikube start --memory=8192 --cpus=4 \
--kubernetes-version=v1.10.5
minikube start --memory=8192 --cpus=4
```
#### Set kubectl to use Minikube.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册