Skip to content

Commit

Permalink
Update peering-via-cr.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frisso authored Nov 13, 2024
1 parent f92271a commit acdd4bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/advanced/peering/peering-via-cr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Declarative peering

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.
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.
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.

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

## Tenant namespace

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.
Before starting to configure the peerings, you need to create a tenant namespace in both clusters that you need to peer.
This tenant namespace must **refer to the peering with a specific cluster**, hence a distinct tenant namespace must be created per each peering.
**All the resources needed to configure the peering must be created in those namespaces**.
A tenant namespace **can have an arbitrary name**, but **it must have the following labels**:

Expand Down

0 comments on commit acdd4bd

Please sign in to comment.