We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb1639 + 073dbec commit 0d80c94Copy full SHA for 0d80c94
content/zh-cn/docs/tutorials/kubernetes-basics/explore/explore-intro.html
@@ -279,7 +279,7 @@ <h3>在终端中显示应用</h3>
279
-->
280
<p>要查看应用的输出,运行 <code>curl</code> 请求:</p>
281
282
- <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>
283
284
<!--
285
<p>The URL is the route to the API of the Pod.</p>
0 commit comments