Skip to content

Commit

Permalink
[zh] Fixed "Show the app in the terminal" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Aug 13, 2023
1 parent a1e4da1 commit 073dbec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -279,7 +279,7 @@ <h3>在终端中显示应用</h3>
-->
<p>要查看应用的输出,运行 <code>curl</code> 请求:</p>

<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/</b></code></p>
<p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080/proxy/</b></code></p>

<!--
<p>The URL is the route to the API of the Pod.</p>
Expand Down

0 comments on commit 073dbec

Please sign in to comment.