mirror of https://github.com/status-im/consul.git
Delete peering UI instructions
This commit is contained in:
parent
407147b2e6
commit
7854b6edc9
|
@ -244,7 +244,7 @@ $ curl http://127.0.0.1:8500/v1/peering/cluster-02
|
|||
|
||||
<Tab heading="Consul UI">
|
||||
|
||||
In the Consul UI, click **Peers**. The UI lists peering connections you created for clusters in a datacenter. Click the name of a peered cluster to view additional details about the peering connection.
|
||||
In the Consul UI, click **Peers**. The UI lists peering connections you created for clusters in that datacenter. Click the name of a peered cluster to view additional details about the peering connection.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
|
@ -277,5 +277,9 @@ $ curl --request DELETE http://127.0.0.1:8500/v1/peering/cluster-02
|
|||
|
||||
<Tab heading="Consul UI">
|
||||
|
||||
In the Consul UI, click **Peers**. The UI lists peering connections you created for clusters in that datacenter.
|
||||
|
||||
Next to the name of the peer, click **More** (three horizontal dots) and then **Delete**. Click **Delete** to confirm and remove the peering connection.
|
||||
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in New Issue