mirror of https://github.com/hashicorp/consul
Update sameness.mdx
parent
dcba25f118
commit
e479655d47
|
@ -92,7 +92,7 @@ When a sameness group is configured as the failover default, sameness group fail
|
|||
|
||||
All services registered in the admin partition must failover to another member of the sameness group. You cannot choose subsets of services to use the sameness group as the failover default. If groups do not have identical services, or if a service is registered to some group members but not all members, this failover strategy may produce errors.
|
||||
|
||||
For more information about specifying sameness group members and failover, refer to [sameness group configuration entry reference](/consul/docs/connects/config-entries/sameness-group).
|
||||
For more information about specifying sameness group members and failover, refer to [sameness group configuration entry reference](/consul/docs/connect/config-entries/sameness-group).
|
||||
|
||||
### Failover with a service resolver configuration entry
|
||||
|
||||
|
@ -200,4 +200,4 @@ The following example demonstrates a prepared query that can be referenced with
|
|||
}
|
||||
```
|
||||
|
||||
In prepared queries, the sameness group is mutually exclusive with the [`Failover`](/consul/api-docs/query#failover) field because the sameness group includes failover targets based on the sameness group’s members. For more information about using prepared queries, refer to [Enable dynamic DNS queries](/consul/docs/services/discovery/dns-dynamic-lookups).
|
||||
In prepared queries, the sameness group is mutually exclusive with the [`Failover`](/consul/api-docs/query#failover) field because the sameness group includes failover targets based on the sameness group’s members. For more information about using prepared queries, refer to [Enable dynamic DNS queries](/consul/docs/services/discovery/dns-dynamic-lookups).
|
||||
|
|
Loading…
Reference in New Issue