Merge pull request #6111 from mbessolov/master

Fixed a typo in networking.md
This commit is contained in:
Robert Bailey 2015-03-27 15:56:09 -07:00
commit db189c0d4d

View File

@ -77,7 +77,7 @@ very niche operation. In this case a port will be allocated on the host `Node`
and traffic will be forwarded to the `Pod`. The `Pod` itself is blind to the
existence or non-existence of host ports.
## How to acheive this
## How to achieve this
There are a number of ways that this network model can be implemented. This
document is not an exhaustive study of the various methods, but hopefully serves