Skip to content

Commit acdd4bd

Browse files
authored
Update peering-via-cr.md
1 parent f92271a commit acdd4bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/advanced/peering/peering-via-cr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Declarative peering
22

3-
Declarative peering is supported starting from Liqo 1.0, which means that you can create a set of CRs describing the peering with a remote cluster, which is automatically set up once the CRs are applied on both sides.
3+
Declarative peerings are supported starting from Liqo 1.0, which means that you can create a set of CRs describing the peering with a remote cluster, which is automatically set up once the CRs are applied on both sides.
44
This simplifies automation, GitOps and continuous delivery: for example, you might have your Git repository with the manifests describing the peerings, and an instance of [ArgoCD](https://argo-cd.readthedocs.io) which synchronizes the changes on the clusters, creating and destroying the peerings.
55

66
The following lines analizes how to describe the configuration of each of the Liqo modules:
@@ -11,7 +11,8 @@ The following lines analizes how to describe the configuration of each of the Li
1111

1212
## Tenant namespace
1313

14-
Before starting to configure the peerings, you will always need to create a tenant namespace in both clusters that you need to peer, **that refers to the peering with a specific cluster**, one for each peering.
14+
Before starting to configure the peerings, you need to create a tenant namespace in both clusters that you need to peer.
15+
This tenant namespace must **refer to the peering with a specific cluster**, hence a distinct tenant namespace must be created per each peering.
1516
**All the resources needed to configure the peering must be created in those namespaces**.
1617
A tenant namespace **can have an arbitrary name**, but **it must have the following labels**:
1718

0 commit comments

Comments
 (0)