Skip to content

Commit 3cf5f56

Browse files
committed
[WIP][zh] Fix minikube install note
1 parent 65b60d1 commit 3cf5f56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/zh/docs/tasks/tools/install-minikube.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,13 @@ To confirm successful installation of both a hypervisor and Minikube, you can ru
393393

394394
要确认 hypervisor 和 Minikube 均已成功安装,可以运行以下命令来启动本地 Kubernetes 集群:
395395

396-
{{< note >}}
397396
<!--
398397
For setting the `--vm-driver` with `minikube start`, enter the name of the hypervisor you installed in lowercase letters where `<driver_name>` is mentioned below. A full list of `--vm-driver` values is available in [specifying the VM driver documentation](https://kubernetes.io/docs/setup/learning-environment/minikube/#specifying-the-vm-driver).
399398
-->
400399

401-
通过 `minikube start` 设置 `--vm-driver`。在下面提到 `<driver_name>` 的地方,用小写字母,输入你安装的 hypervisor 的名称。
402-
[指定 VM 驱动程序](https://kubernetes.io/docs/setup/learning-environment/minikube/#specifying-the-vm-driver) 列举了 `--vm-driver` 值的完整列表
403-
400+
{{< note >}}
401+
若要为 `minikube start` 设置 `--vm-driver`,在下面提到 `<driver_name>` 的地方,用小写字母输入你安装的 hypervisor 的名称。
402+
[指定 VM 驱动程序](/docs/setup/learning-environment/minikube/#specifying-the-vm-driver) 列举了 `--vm-driver` 值的完整列表。
404403
{{< /note >}}
405404

406405
```shell

0 commit comments

Comments
 (0)