Skip to content

Commit 15ec697

Browse files
authored
Fixed DNS-based service discovery doc (#3203)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent ff8be07 commit 15ec697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ The DNS service discovery, inspired from Thanos DNS SD, supports different disco
517517
- **`dns+`**<br />
518518
The domain name after the prefix is looked up as an A/AAAA query. For example: `dns+memcached.local:11211`
519519
- **`dnssrv+`**<br />
520-
The domain name after the prefix is looked up as a SRV query, and then each SRV record is resolved as an A/AAAA record. For example: `dnssrv+memcached.namespace.svc.cluster.local`
520+
The domain name after the prefix is looked up as a SRV query, and then each SRV record is resolved as an A/AAAA record. For example: `dnssrv+_memcached._tcp.memcached.namespace.svc.cluster.local`
521521
- **`dnssrvnoa+`**<br />
522-
The domain name after the prefix is looked up as a SRV query, with no A/AAAA lookup made after that. For example: `dnssrvnoa+memcached.namespace.svc.cluster.local`
522+
The domain name after the prefix is looked up as a SRV query, with no A/AAAA lookup made after that. For example: `dnssrvnoa+_memcached._tcp.memcached.namespace.svc.cluster.local`
523523

524524
## Logging of IP of reverse proxy
525525

0 commit comments

Comments
 (0)