mirror of https://github.com/status-im/consul.git
Update website/content/docs/connect/cluster-peering/k8s.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
parent
15bd40ffc2
commit
156fbcbc0c
|
@ -244,7 +244,7 @@ To recreate or reset the peering connection, you need to generate a new peering
|
||||||
|
|
||||||
1. You can do this by creating or updating the annotation `consul.hashicorp.com/peering-version` on the `PeeringAcceptor`. If the annotation already exists, update its value to a version that is higher.
|
1. You can do this by creating or updating the annotation `consul.hashicorp.com/peering-version` on the `PeeringAcceptor`. If the annotation already exists, update its value to a version that is higher.
|
||||||
|
|
||||||
<CodeBlockConfig filename="acceptor.yml">
|
<CodeBlockConfig filename="acceptor.yml" highlight="6" hideClipboard>
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
|
|
Loading…
Reference in New Issue