Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx

This commit is contained in:
Jeff Boruszak 2022-06-17 12:35:35 -05:00 committed by GitHub
parent 85463445b4
commit 4c520323a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ You can generate peering tokens and initiate connections using the Consul API on
To begin the cluster peering process, generate a peering token in one of your clusters. The other cluster uses this token to establish the peering connection.
In “cluster-01,” issue a request for a peering token using the HTTP API.
In `cluster-01`, issue a request for a peering token using the [HTTP API](/api-docs/peering).
```shell-session
$ curl --request POST --data '{"PeerName":"cluster-02"}' --url http://localhost:8500/v1/peering/token