docs: updated per feedback

This commit is contained in:
Karl Cardenas 2022-02-08 11:02:36 -07:00
parent bdeb752f83
commit b1726a7ecb
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ connect {
}
```
The [`start_join_wan`](/docs/agent/options#start_join_wan) or [`retry_join_wan`](/docs/agent/options#retry_join_wan) are only used for the legacy federation process. They must be omitted when federating Consul servers via gateways.
The [`start_join_wan`](/docs/agent/options#start_join_wan) or [`retry_join_wan`](/docs/agent/options#retry_join_wan) are only used for the [traditional federation process](/docs/k8s/installation/multi-cluster#traditional-wan-federation). They must be omitted when federating Consul servers via gateways.
-> The `primary_gateways` configuration can also use `go-discover` syntax just
like `retry_join_wan`.