Skip to content

Commit 83af5ac

Browse files
author
tamilselvan1102
committed
moved one line down
1 parent 15f1eee commit 83af5ac

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,7 @@ You can use a headless Service to interface with other service discovery mechani
855855
without being tied to Kubernetes' implementation.
856856

857857
For headless Services, a cluster IP is not allocated, kube-proxy does not handle
858-
these Services, and there is no load balancing or proxying done by the platform
859-
for them. How DNS is automatically configured depends on whether the Service has
860-
selectors defined:
858+
these Services, and there is no load balancing or proxying done by the platform for them.
861859

862860
A headless Service allows a client to connect to whichever Pod it prefers, directly. Services that are headless don't
863861
configure routes and packet forwarding using
@@ -869,6 +867,8 @@ and you additionally set `.spec.clusterIP` to None.
869867

870868
The string value None is a special case and is not the same as leaving the `.spec.clusterIP` field unset.
871869

870+
How DNS is automatically configured depends on whether the Service has selectors defined:
871+
872872
### With selectors
873873

874874
For headless Services that define selectors, the endpoints controller creates

0 commit comments

Comments
 (0)