[zh] Update install-minikube, add alibaba image

As commented [here](https://github.com/kubernetes/minikube/issues/5860#issuecomment-553201689)
This commit is contained in:
Shuyang Wu 2020-06-20 14:59:30 +08:00 committed by GitHub
parent 7313e210cb
commit e15f2eb931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -402,8 +402,14 @@ For setting the `--vm-driver` with `minikube start`, enter the name of the hyper
[指定 VM 驱动程序](/docs/setup/learning-environment/minikube/#specifying-the-vm-driver) 列举了 `--vm-driver` 值的完整列表。
{{< /note >}}
{{< note >}}
由于国内无法直接连接k8s.gcr.io推荐使用阿里云镜像在`minikube start`中添加镜像参数
{{< /note >}}
```shell
minikube start --vm-driver=<driver_name>
# Or when you need
minikube start --vm-driver=<driver_name> --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers
```
<!--