commit
85afbcb05a
|
@ -3,7 +3,6 @@ title: 使用 HTTP 代理访问 Kubernetes API
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 40
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
---
|
||||||
title: Use an HTTP Proxy to Access the Kubernetes API
|
title: Use an HTTP Proxy to Access the Kubernetes API
|
||||||
|
@ -68,6 +67,12 @@ Get the API versions:
|
||||||
|
|
||||||
curl http://localhost:8080/api/
|
curl http://localhost:8080/api/
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The output should look similar to this:
|
||||||
|
-->
|
||||||
|
|
||||||
|
输出应该类似这样:
|
||||||
|
|
||||||
{
|
{
|
||||||
"kind": "APIVersions",
|
"kind": "APIVersions",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
|
Loading…
Reference in New Issue