Corrected syntax of Networking Section

Removed an unnecessary 'the' from a sentence.
reviewable/pr2602/r1
James Duncan 2017-02-09 08:27:42 +13:00 committed by mengyuan
parent 7bd4d8ba44
commit d584b78bed
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Pods provide two kinds of shared resources for their constituent containers: *ne
#### Networking
Each Pod is assigned a unique IP address. Every the container in a Pod shares the network namespace, including the IP address and network ports. Containers *inside a Pod* can communicate with one another using `localhost`. When containers in a Pod communicate with entities *outside the Pod*, they must coordinate how they use the shared network resources (such as ports).
Each Pod is assigned a unique IP address. Every container in a Pod shares the network namespace, including the IP address and network ports. Containers *inside a Pod* can communicate with one another using `localhost`. When containers in a Pod communicate with entities *outside the Pod*, they must coordinate how they use the shared network resources (such as ports).
#### Storage