Skip to content

Commit 320e29e

Browse files
committed
nit: add new line
1 parent c9a373c commit 320e29e

File tree

1 file changed

+2
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+2
-1
lines changed

content/en/docs/concepts/services-networking/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description: >
77

88
## The Kubernetes network model
99

10-
Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address(one address per IP address family).
10+
Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address
11+
(one address per IP address family).
1112
This means you do not need to explicitly create links between `Pods` and you
1213
almost never need to deal with mapping container ports to host ports.
1314
This creates a clean, backwards-compatible model where `Pods` can be treated

0 commit comments

Comments
 (0)