From f9fbe718c5761f25f70eb1154acc7477526f269d Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 1 Aug 2017 19:40:21 -0400 Subject: [PATCH] Fix docs to reference kubernetesApiAccess, not apiAccess --- docs/cluster_spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index 7521b35002..76c94b18dc 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -46,7 +46,7 @@ spec: - 12.34.56.78/32 ``` -### apiAccess +### kubernetesApiAccess This array configures the CIDRs that are able to access the kubernetes API. On AWS this is manifested as inbound security group rules on the ELB or master security groups. @@ -54,7 +54,7 @@ Use this key to restrict cluster access to an office ip address range, for examp ```yaml spec: - apiAccess: + kubernetesApiAccess: - 12.34.56.78/32 ```