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
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.
83
-
-->
84
-
如果你在本地安装了 Minikube,运行 `minikube start`。
85
-
在运行 `minikube dashboard` 之前,你应该打开一个新终端,
86
-
在此启动 `minikube dashboard` ,然后切换回主终端。
87
-
{{< /note >}}
72
+
```shell
73
+
minikube start
74
+
```
88
75
89
76
<!--
90
-
2. Open the Kubernetes dashboard in a browser:
77
+
## Open the Dashboard
78
+
79
+
Open the Kubernetes dashboard. You can do this two different ways:
91
80
-->
92
-
2. 在浏览器中打开 Kubernetes 仪表板(Dashboard):
81
+
## 打开仪表板 {#open-the-dashboard}
93
82
94
-
```shell
95
-
minikube dashboard
96
-
```
83
+
打开 Kubernetes 仪表板。你可以通过两种不同的方式执行此操作:
97
84
85
+
{{< tabs name="dashboard" >}}
86
+
{{% tab name="启动浏览器" %}}
98
87
<!--
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**.
88
+
Open a **new** terminal, and run:
100
89
-->
101
-
3. 仅限 Katacoda 环境:在终端窗口的顶部,单击加号,然后单击 **Select port to view on Host 1**。
90
+
打开一个**新的**终端,然后运行:
91
+
```shell
92
+
# 启动一个新的终端,并保持此命令运行。
93
+
minikube dashboard
94
+
```
102
95
103
96
<!--
104
-
4. Katacoda environment only: Type `30000`, and then click **Display Port**.
97
+
Now, switch back to the terminal where you ran `minikube start`.
4. Katacoda environment only: Click the plus sign, and then click **Select port to view on Host 1**.
328
-
-->
329
-
4. 仅限 Katacoda 环境:单击加号,然后单击 **Select port to view on Host 1**。
330
-
331
-
<!--
332
-
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`.
333
-
334
-
This opens up a browser window that serves your app and shows the app's response.
335
-
-->
336
-
5. 仅限 Katacoda 环境:请注意在 service 输出中与 `8080` 对应的长度为 5 位的端口号。
337
-
此端口号是随机生成的,可能与你的不同。
338
-
在端口号文本框中输入你自己的端口号,然后单击 **Display Port**。
339
-
对应于上面的例子,需要输入 `30369`。
340
-
326
+
<!--
327
+
This opens up a browser window that serves your app and shows the app's response.
0 commit comments