Skip to content

Commit

Permalink
docs: Fix nav link for L7 traffic (#19606)
Browse files Browse the repository at this point in the history
* fix

* Sameness merge error
  • Loading branch information
boruszak authored Nov 10, 2023
1 parent b2979f6 commit af2086f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ spec:
</Tab>
</Tabs>
When a sameness group is configured as the failover default, sameness group fail over takes place when a service resolver configuration entry does not implement more specific failover behavior. When a service resolver is defined for an upstream, it is used instead of the sameness group for default failover behavior.
When a sameness group is configured as the failover default, sameness group failover takes place when a service resolver configuration entry does not implement more specific failover behavior. When a service resolver is defined for an upstream, it is used instead of the sameness group for default failover behavior.
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).
All services registered in the admin partition must fail over 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.
### Failover with a service resolver configuration entry
When the sameness group is not configured as the failover default, you can reference the sameness group in a service resolver configuration entry. This approach enables you to use the sameness group as the failover destination for some services registered to group members.
Expand Down
2 changes: 1 addition & 1 deletion website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@
"routes": [
{
"title": "Overview",
"href": "/docs/connect/l7-traffic"
"href": "/docs/connect/manage-traffic"
},
{
"title": "Configure failover services",
Expand Down

0 comments on commit af2086f

Please # to comment.