Skip to content

Commit 198c1cb

Browse files
authored
overview.md typo
It seems there is a blank in `headless-` and `service`, which leads to error format
1 parent b6672e7 commit 198c1cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/configuration/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ DNS server watches the Kubernetes API for new `Services` and creates a set of DN
5959

6060
- Avoid using `hostNetwork`, for the same reasons as `hostPort`.
6161

62-
- Use [headless Services](/docs/concepts/services-networking/service/#headless-
63-
services) (which have a `ClusterIP` of `None`) for easy service discovery when you don't need `kube-proxy` load balancing.
62+
- Use [headless Services](/docs/concepts/services-networking/service/#headless-services) (which have a `ClusterIP` of `None`) for easy service discovery when you don't need `kube-proxy` load balancing.
6463

6564
## Using Labels
6665

0 commit comments

Comments
 (0)