fix header size for sub-sections under Services

pull/4129/head^2
Ricky Pai 2017-06-07 16:11:35 -07:00 committed by Andrew Chen
parent d2cecced7e
commit cdf729e223
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Services, this resolves to the set of IPs of the pods selected by the Service.
Clients are expected to consume the set or else use standard round-robin
selection from the set.
### SRV records
#### SRV records
SRV Records are created for named ports that are part of normal or [Headless
Services](https://kubernetes.io/docs/user-guide/services/#headless-services).
@ -60,7 +60,7 @@ For a headless service, this resolves to multiple answers, one for each pod
that is backing the service, and contains the port number and a CNAME of the pod
of the form `auto-generated-name.my-svc.my-namespace.svc.cluster.local`.
### Backwards compatibility
#### Backwards compatibility
Previous versions of kube-dns made names of the form
`my-svc.my-namespace.cluster.local` (the 'svc' level was added later). This