From e15f2eb9318c3acc977db32f519621188f9b8e55 Mon Sep 17 00:00:00 2001 From: Shuyang Wu Date: Sat, 20 Jun 2020 14:59:30 +0800 Subject: [PATCH 1/2] [zh] Update install-minikube, add alibaba image As commented [here](https://github.com/kubernetes/minikube/issues/5860#issuecomment-553201689) --- content/zh/docs/tasks/tools/install-minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/zh/docs/tasks/tools/install-minikube.md b/content/zh/docs/tasks/tools/install-minikube.md index 55439a64e0..e4d16a1a2c 100644 --- a/content/zh/docs/tasks/tools/install-minikube.md +++ b/content/zh/docs/tasks/tools/install-minikube.md @@ -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= +# Or when you need +minikube start --vm-driver= --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers ``` * [使用 Minikube 在本地运行 Kubernetes](/docs/setup/learning-environment/minikube/) -