Skip to content

Commit 0ef096e

Browse files
xieyankerk8s-ci-robot
authored andcommitted
fix kubectl proxy output for en (#18242)
1 parent 83d90ef commit 0ef096e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,15 @@ The output is similar to this:
7272

7373
```json
7474
{
75+
"kind": "APIVersions",
7576
"versions": [
7677
"v1"
78+
],
79+
"serverAddressByClientCIDRs": [
80+
{
81+
"clientCIDR": "0.0.0.0/0",
82+
"serverAddress": "10.0.1.149:443"
83+
}
7784
]
7885
}
7986
```

0 commit comments

Comments
 (0)