From 295e26277568b560d4bde92b7fe118acec7d3486 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Fri, 26 May 2017 16:36:28 +0800 Subject: [PATCH] Fix some output Fix some output --- docs/tasks/administer-cluster/access-cluster-api.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/access-cluster-api.md b/docs/tasks/administer-cluster/access-cluster-api.md index f83b48483c..4657cd6901 100644 --- a/docs/tasks/administer-cluster/access-cluster-api.md +++ b/docs/tasks/administer-cluster/access-cluster-api.md @@ -68,6 +68,12 @@ $ curl http://localhost:8080/api/ { "versions": [ "v1" + ], + "serverAddressByClientCIDRs": [ + { + "clientCIDR": "0.0.0.0/0", + "serverAddress": "10.0.1.149:443" + } ] } ``` @@ -199,4 +205,4 @@ In each case, the credentials of the pod are used to communicate securely with t {% endcapture %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %}