Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ossm-federation-create-meshPeer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module included in the following assemblies:
* Two or more {product-title} 4.6 or above clusters.
* The clusters must already be networked.
* The load balancers supporting the services associated with the federation gateways must be configured to support raw TLS traffic.
* Each cluster must have a version 2.1 `ServiceMeshControlPlane` configured to support federation deployed.
* Each cluster must have a version 2.1 or later `ServiceMeshControlPlane` configured to support federation deployed.
* An account with the `cluster-admin` role.

////
Expand Down
4 changes: 2 additions & 2 deletions modules/ossm-federation-prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This module included in the following assemblies:
The {SMProductName} federated approach to joining meshes has the following prerequisites:

* Two or more {product-title} 4.6 or above clusters.
* Federation was introduced in {SMProductName} 2.1. You must have the {SMProductName} 2.1 Operator installed on each mesh that you want to federate.
* You must have a version 2.1 `ServiceMeshControlPlane` deployed on each mesh that you want to federate.
* Federation was introduced in {SMProductName} 2.1 or later. You must have the {SMProductName} 2.1 or later Operator installed on each mesh that you want to federate.
* You must have a version 2.1 or later `ServiceMeshControlPlane` deployed on each mesh that you want to federate.
* You must configure the load balancers supporting the services associated with the federation gateways to support raw TLS traffic. Federation traffic consists of HTTPS for discovery and raw encrypted TCP for service traffic.
* Services that you want to expose to another mesh should be deployed before you can export and import them. However, this is not a strict requirement. You can specify service names that do not yet exist for export/import. When you deploy the services named in the `ExportedServiceSet` and `ImportedServiceSet` they will be automatically made available for export/import.