Fix docs to reference kubernetesApiAccess, not apiAccess

This commit is contained in:
Justin Santa Barbara 2017-08-01 19:40:21 -04:00
parent 576dca6fb7
commit f9fbe718c5
1 changed files with 2 additions and 2 deletions

View File

@ -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
```