Skip to content

Commit 56c5698

Browse files
committed
Remove --discovery-srv-name docs from releases that don't support it.
Signed-off-by: James Blair <mail@jamesblair.net>
1 parent 7ff416a commit 56c5698

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

content/en/docs/v2.3/clustering.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,6 @@ To help clients discover the etcd cluster, the following DNS SRV records are loo
289289

290290
If `_etcd-client-ssl._tcp.example.com` is found, clients will attempt to communicate with the etcd cluster over SSL.
291291

292-
The `-discovery-srv-name` flag additionally configures a suffix to the SRV name that is queried during discovery.
293-
Use this flag to differentiate between multiple etcd clusters under the same domain.
294-
For example, if `discovery-srv=example.com` and `-discovery-srv-name=foo` are set, the following DNS SRV queries are made:
295-
296-
* _etcd-server-ssl-foo._tcp.example.com
297-
* _etcd-server-foo._tcp.example.com
298-
299292
#### Create DNS SRV records
300293

301294
```

content/en/docs/v2.3/configuration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ To start etcd automatically using custom settings at startup in Linux, using a [
124124
+ default: none
125125
+ env variable: ETCD_DISCOVERY_SRV
126126

127-
### --discovery-srv-name
128-
+ Suffix to the DNS srv name queried when bootstrapping using DNS.
129-
+ default: none
130-
+ env variable: ETCD_DISCOVERY_SRV_NAME
131-
132127
### --discovery-fallback
133128
+ Expected behavior ("exit" or "proxy") when discovery services fails.
134129
+ default: "proxy"

content/en/docs/v3.3/op-guide/clustering.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,6 @@ If etcd is using TLS, the discovery SRV record (e.g. `example.com`) must be incl
367367

368368
If etcd is using TLS without a custom certificate authority, the discovery domain (e.g., example.com) must match the SRV record domain (e.g., infra1.example.com). This is to mitigate attacks that forge SRV records to point to a different domain; the domain would have a valid certificate under PKI but be controlled by an unknown third party.
369369

370-
The `-discovery-srv-name` flag additionally configures a suffix to the SRV name that is queried during discovery.
371-
Use this flag to differentiate between multiple etcd clusters under the same domain.
372-
For example, if `discovery-srv=example.com` and `-discovery-srv-name=foo` are set, the following DNS SRV queries are made:
373-
374-
* _etcd-server-ssl-foo._tcp.example.com
375-
* _etcd-server-foo._tcp.example.com
376-
377370
#### Create DNS SRV records
378371

379372
```

content/en/docs/v3.3/op-guide/configuration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ To start etcd automatically using custom settings at startup in Linux, using a [
170170
+ default: ""
171171
+ env variable: ETCD_DISCOVERY_SRV
172172

173-
### --discovery-srv-name
174-
+ Suffix to the DNS srv name queried when bootstrapping using DNS.
175-
+ default: ""
176-
+ env variable: ETCD_DISCOVERY_SRV_NAME
177-
178173
### --discovery-fallback
179174
+ Expected behavior ("exit" or "proxy") when discovery services fails. "proxy" supports v2 API only.
180175
+ default: "proxy"

0 commit comments

Comments
 (0)