Skip to content

Commit 81b4221

Browse files
authored
Update http-proxy-access-api.md
put a missing line back
1 parent 0c084cf commit 81b4221

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 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
@@ -67,6 +66,10 @@ Get the API versions:
6766
获取 API 版本:
6867

6968
curl http://localhost:8080/api/
69+
<!--
70+
The output should look similar to this:
71+
-->
72+
输出应该类似这样:
7073

7174
{
7275
"kind": "APIVersions",

0 commit comments

Comments
 (0)