fix kubectl proxy output for zh (#18244)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
62352ca5a3
commit
ef00f1bc8f
@@ -118,8 +118,15 @@ with [::1] for IPv6, like so:
|
|||||||
```shell
|
```shell
|
||||||
$ curl http://localhost:8080/api/
|
$ curl http://localhost:8080/api/
|
||||||
{
|
{
|
||||||
|
"kind": "APIVersions",
|
||||||
"versions": [
|
"versions": [
|
||||||
"v1"
|
"v1"
|
||||||
|
],
|
||||||
|
"serverAddressByClientCIDRs": [
|
||||||
|
{
|
||||||
|
"clientCIDR": "0.0.0.0/0",
|
||||||
|
"serverAddress": "10.0.1.149:443"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user