fix LoadBalancer spelling in services-firewalls.md

pull/800/head
Ryan Eschinger 2016-07-09 07:44:09 -04:00 committed by GitHub
parent 0934c1f71c
commit 5c0f338c3e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ exposure to the internet. When exposing a service to the external world, you ma
one or more ports in these firewalls to serve traffic. This document describes this process, as
well as any provider specific details that may be necessary.
### Restrict Access For LoadBlancer Service
### Restrict Access For LoadBalancer Service
When using a Service with `spec.type: LoadBalancer`, you can specify the IP ranges that are allowed to access the load balancer
by using `spec.loadBalancerSourceRanges`. This field takes a list of IP CIDR ranges, which Kubernetes will use to configure firewall exceptions.