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.
1 parent 0c084cf commit 81b4221Copy full SHA for 81b4221
content/zh/docs/tasks/extend-kubernetes/http-proxy-access-api.md
@@ -3,7 +3,6 @@ title: 使用 HTTP 代理访问 Kubernetes API
3
content_type: task
4
weight: 40
5
---
6
-
7
<!--
8
9
title: Use an HTTP Proxy to Access the Kubernetes API
@@ -67,6 +66,10 @@ Get the API versions:
67
66
获取 API 版本:
68
69
curl http://localhost:8080/api/
+<!--
70
+The output should look similar to this:
71
+-->
72
+输出应该类似这样:
73
74
{
75
"kind": "APIVersions",
0 commit comments