Merge pull request #42521 from Arhell/zh-fix
[zh] Fixed "Show the app in the terminal" URLpull/42526/head
commit
0d80c94157
|
@ -279,7 +279,7 @@ description: |-
|
||||||
-->
|
-->
|
||||||
<p>要查看应用的输出,运行 <code>curl</code> 请求:</p>
|
<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>
|
<p>The URL is the route to the API of the Pod.</p>
|
||||||
|
|
Loading…
Reference in New Issue