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 af9cc1b + 99467ae commit 85afbcbCopy full SHA for 85afbcb
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
@@ -68,6 +67,12 @@ Get the API versions:
68
67
69
curl http://localhost:8080/api/
70
+<!--
71
+The output should look similar to this:
72
+-->
73
+
74
+输出应该类似这样:
75
76
{
77
"kind": "APIVersions",
78
"versions": [
0 commit comments