Update kube-proxy.md (#5344)

there lost a blank character.
reviewable/pr5356/r1
lemon-tree 2017-09-09 00:09:48 +08:00 committed by Steve Perry
parent 93133cca2f
commit 53debf5df0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ notitle: true
The Kubernetes network proxy runs on each node. This
reflects services as defined in the Kubernetes API on each node and can do simple
TCP,UDP stream forwarding or round robin TCP,UDP forwarding across a set of backends.
TCP, UDP stream forwarding or round robin TCP, UDP forwarding across a set of backends.
Service cluster IPs and ports are currently found through Docker-links-compatible
environment variables specifying ports opened by the service proxy. There is an optional
addon that provides cluster DNS for these cluster IPs. The user must create a service