You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,11 +55,10 @@ See [minikube start](https://minikube.sigs.k8s.io/docs/start/) for installation
58
55
-->
59
56
* 将一个示例应用部署到 Minikube。
60
57
* 运行应用程序。
61
-
* 查看应用日志
58
+
* 查看应用日志。
62
59
63
60
## {{% heading "prerequisites" %}}
64
61
65
-
66
62
<!--
67
63
This tutorial provides a container image that uses NGINX to echo back all the requests.
68
64
-->
@@ -75,19 +71,19 @@ This tutorial provides a container image that uses NGINX to echo back all the re
75
71
76
72
1. Click **Launch Terminal**
77
73
-->
78
-
## 创建 Minikube 集群
74
+
## 创建 Minikube 集群 {#create-a-minikube-cluster}
79
75
80
-
1. 点击 **启动终端**
76
+
1. 点击 **Launch Terminal**。
81
77
82
78
{{< kat-button >}}
83
79
80
+
{{< note >}}
84
81
<!--
85
82
If you installed minikube locally, run `minikube start`. Before you run `minikube dashboard`, you should open a new terminal, start `minikube dashboard` there, and then switch back to the main terminal.
86
83
-->
87
-
{{< note >}}
88
84
如果你在本地安装了 Minikube,运行 `minikube start`。
89
85
在运行 `minikube dashboard` 之前,你应该打开一个新终端,
90
-
在此启动 `minikube dashboard` ,然后切换回主终端。
86
+
在此启动 `minikube dashboard` ,然后切换回主终端。
91
87
{{< /note >}}
92
88
93
89
<!--
@@ -102,15 +98,16 @@ This tutorial provides a container image that uses NGINX to echo back all the re
102
98
<!--
103
99
3. Katacoda environment only: At the top of the terminal pane, click the plus sign, and then click **Select port to view on Host 1**.
4. Katacoda environment only: Click the plus sign, and then click **Select port to view on Host 1**.
329
325
-->
330
-
4. 仅限 Katacoda 环境:单击加号,然后单击 **选择要在主机 1 上查看的端口**。
326
+
4. 仅限 Katacoda 环境:单击加号,然后单击 **Select port to view on Host 1**。
331
327
332
328
<!--
333
329
5. Katacoda environment only: Note the 5-digit port number displayed opposite to `8080` in services output. This port number is randomly generated and it can be different for you. Type your number in the port number text box, then click Display Port. Using the example from earlier, you would type `30369`.
0 commit comments