Skip to content

Commit 133012d

Browse files
authored
Merge pull request #30618 from fenggw-fnst/update-hello-minikube
[zh] Update hello-minikube.md
2 parents c02a071 + 4edccb8 commit 133012d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/tutorials/hello-minikube.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ By default, the dashboard is only accessible from within the internal Kubernetes
119119
The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
120120
121121
To stop the proxy, run `Ctrl+C` to exit the process.
122-
After the command exits, the dashboard remains running in Kubernetes cluster.
122+
After the command exits, the dashboard remains running in the Kubernetes cluster.
123123
You can run the `dashboard` command again to create another proxy to access the dashboard.
124124
-->
125125
{{< note >}}
@@ -144,9 +144,9 @@ You can run the `dashboard` command again to create another proxy to access the
144144
## 使用 URL 打开仪表板
145145

146146
<!--
147-
If you don't want to open a web browser, run the dashboard command with the url flag to emit a URL:
147+
If you don't want to open a web browser, run the dashboard command with the `--url` flag to emit a URL:
148148
-->
149-
如果你不想打开 Web 浏览器,请使用 url 标志运行显示板命令以得到 URL:
149+
如果你不想打开 Web 浏览器,请使用 `--url` 标志运行显示板命令以得到 URL:
150150

151151
```shell
152152
minikube dashboard --url
@@ -330,7 +330,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/).
330330
4. 仅限 Katacoda 环境:单击加号,然后单击 **选择要在主机 1 上查看的端口**
331331

332332
<!--
333-
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+
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`.
334334
335335
This opens up a browser window that serves your app and shows the app's response.
336336
-->

0 commit comments

Comments
 (0)