Skip to content

Commit 0d80c94

Browse files
authored
Merge pull request #42521 from Arhell/zh-fix
[zh] Fixed "Show the app in the terminal" URL
2 parents 3cb1639 + 073dbec commit 0d80c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tutorials/kubernetes-basics/explore/explore-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h3>在终端中显示应用</h3>
279279
-->
280280
<p>要查看应用的输出,运行 <code>curl</code> 请求:</p>
281281

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

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

0 commit comments

Comments
 (0)