Merge pull request #13014 from a-robinson/typo

Fix typo in services-firewall user guide.
pull/6/head
Jerzy Szczepkowski 2015-08-21 10:30:04 +02:00
commit 6d7af149c4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $ gcloud compute firewall-rules create my-rule --allow=tcp:<port>
**Note** **Note**
There is one important security note when using firewalls on Google Compute Engine: There is one important security note when using firewalls on Google Compute Engine:
as of kubernmetes v1.0.0, GCE firewalls are defined per-vm, rather than per-ip as of Kubernetes v1.0.0, GCE firewalls are defined per-vm, rather than per-ip
address. This means that when you open a firewall for a service's ports, address. This means that when you open a firewall for a service's ports,
anything that serves on that port on that VM's host IP address may potentially anything that serves on that port on that VM's host IP address may potentially
serve traffic. Note that this is not a problem for other Kubernetes services, serve traffic. Note that this is not a problem for other Kubernetes services,