diff --git a/content/zh/docs/tutorials/hello-minikube.md b/content/zh/docs/tutorials/hello-minikube.md index daa7532f40..445f806c33 100644 --- a/content/zh/docs/tutorials/hello-minikube.md +++ b/content/zh/docs/tutorials/hello-minikube.md @@ -119,7 +119,7 @@ By default, the dashboard is only accessible from within the internal Kubernetes The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network. To stop the proxy, run `Ctrl+C` to exit the process. -After the command exits, the dashboard remains running in Kubernetes cluster. +After the command exits, the dashboard remains running in the Kubernetes cluster. You can run the `dashboard` command again to create another proxy to access the dashboard. --> {{< note >}} @@ -144,9 +144,9 @@ You can run the `dashboard` command again to create another proxy to access the ## 使用 URL 打开仪表板 -如果你不想打开 Web 浏览器,请使用 url 标志运行显示板命令以得到 URL: +如果你不想打开 Web 浏览器,请使用 `--url` 标志运行显示板命令以得到 URL: ```shell minikube dashboard --url @@ -330,7 +330,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/). 4. 仅限 Katacoda 环境:单击加号,然后单击 **选择要在主机 1 上查看的端口**。