Skip to content

Commit 85afbcb

Browse files
authored
Merge pull request #25439 from jiaj12/patch-47
Update http-proxy-access-api.md
2 parents af9cc1b + 99467ae commit 85afbcb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/zh/docs/tasks/extend-kubernetes/http-proxy-access-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: 使用 HTTP 代理访问 Kubernetes API
33
content_type: task
44
weight: 40
55
---
6-
76
<!--
87
---
98
title: Use an HTTP Proxy to Access the Kubernetes API
@@ -68,6 +67,12 @@ Get the API versions:
6867

6968
curl http://localhost:8080/api/
7069

70+
<!--
71+
The output should look similar to this:
72+
-->
73+
74+
输出应该类似这样:
75+
7176
{
7277
"kind": "APIVersions",
7378
"versions": [

0 commit comments

Comments
 (0)