Merge pull request #42521 from Arhell/zh-fix

[zh] Fixed "Show the app in the terminal" URL
pull/42526/head
Kubernetes Prow Robot 2023-08-13 05:55:19 -07:00 committed by GitHub
commit 0d80c94157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ description: |-
-->
<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>