Update configure-cloud-provider-firewall.md

modify "ips" to "IPs"
This commit is contained in:
Anthony
2017-08-15 17:00:01 +08:00
committed by Zachary Corleissen
parent 5b95a18947
commit d8ef089c18
@@ -16,7 +16,7 @@ well as any provider specific details that may be necessary.
by using `spec.loadBalancerSourceRanges`. This field takes a list of IP CIDR ranges, which Kubernetes will use to configure firewall exceptions.
This feature is currently supported on Google Compute Engine, Google Container Engine and AWS. This field will be ignored if the cloud provider does not support the feature.
Assuming 10.0.0.0/8 is the internal subnet. In the following example, a load balancer will be created that is only accessible to cluster internal ips.
Assuming 10.0.0.0/8 is the internal subnet. In the following example, a load balancer will be created that is only accessible to cluster internal IPs.
This will not allow clients from outside of your Kubernetes cluster to access the load balancer.
```yaml