Skip to content

Commit

Permalink
Merge pull request kubernetes#13014 from a-robinson/typo
Browse files Browse the repository at this point in the history
Fix typo in services-firewall user guide.
  • Loading branch information
jszczepkowski committed Aug 21, 2015
2 parents 958191f + 0a3e60b commit 6d7af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/services-firewalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ gcloud compute firewall-rules create my-rule --allow=tcp:<port>
**Note**
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,
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,
Expand Down

0 comments on commit 6d7af14

Please sign in to comment.