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
Copy file name to clipboardExpand all lines: content/zh/docs/tutorials/hello-minikube.md
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,13 @@ This tutorial provides a container image that uses NGINX to echo back all the re
81
81
82
82
{{< kat-button >}}
83
83
84
-
<!-- If you installed Minikube locally, run `minikube start`.-->
84
+
<!--
85
+
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
+
-->
85
87
{{< note >}}
86
-
如果你在本地安装了 Minikube,运行 `minikube start`。
88
+
如果你在本地安装了 Minikube,运行 `minikube start`。
89
+
在运行 `minikube dashboard` 之前,你应该打开一个新终端,
90
+
在此启动 `minikube dashboard` ,然后切换回主终端。
87
91
{{< /note >}}
88
92
89
93
<!--
@@ -97,13 +101,44 @@ This tutorial provides a container image that uses NGINX to echo back all the re
97
101
98
102
<!--
99
103
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**.
100
-
101
-
4. Katacoda environment only: Type `30000`, and then click **Display Port**.
4. Katacoda environment only: Type `30000`, and then click **Display Port**.
109
+
-->
105
110
4. 仅限 Katacoda 环境:输入“30000”,然后单击 **显示端口**。
106
111
112
+
<!--
113
+
The `dashboard` command enables the dashboard add-on and opens the proxy in the default web browser. You can create Kubernetes resources on the dashboard such as Deployment and Service.
114
+
115
+
If you are running in an environment as root, see [Open Dashboard with URL](/docs/tutorials/hello-minikube#open-dashboard-with-url).
116
+
117
+
To stop the proxy, run `Ctrl+C` to exit the process. The dashboard remains running.
118
+
-->
119
+
{{< note >}}
120
+
`dashboard` 命令启用仪表板插件,并在默认的 Web 浏览器中打开代理。你可以在仪表板上创建 Kubernetes 资源,例如 Deployment 和 Service。
0 commit comments