modify the link url (#3030)

Headless
Services(https://kubernetes.io/docs/user-guide/services/#headless-services
This commit is contained in:
jianglingxia 2017-03-29 01:34:01 +08:00 committed by Andrew Chen
parent e6c26bc7bb
commit cd91dac59e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ selection from the set.
### SRV records
SRV Records are created for named ports that are part of normal or [Headless
Services](http://releases.k8s.io/docs/user-guide/services/#headless-services).
Services](https://kubernetes.io/docs/user-guide/services/#headless-services).
For each named port, the SRV record would have the form
`_my-port-name._my-port-protocol.my-svc.my-namespace.svc.cluster.local`.
For a regular service, this resolves to the port number and the CNAME: