Skip to content

Commit c6aadc6

Browse files
committed
OSSM-4843: syntax update
1 parent 6d30316 commit c6aadc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ossm-federation-across-cluster.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ The service must be exposed through a load balancer that operates at Layer4 of t
1414
If the cluster runs on bare metal and fully supports `LoadBalancer` services, the IP address found in the `.status.loadBalancer.ingress.ip` field of the ingress gateway `Service` object should be specified as one of the entries in the `.spec.remote.addresses` field of the `ServiceMeshPeer` object.
1515

1616
If the cluster does not support `LoadBalancer` services, using a `NodePort` service could be an option if the nodes are accessible from the cluster running the other mesh. In the `ServiceMeshPeer` object, specify the IP addresses of the nodes in the `.spec.remote.addresses` field and the service's node ports in the `.spec.remote.discoveryPort` and `.spec.remote.servicePort` fields.
17-
ifdef::openshift-rosa
17+
18+
ifdef::openshift-rosa[]
1819

1920
== Exposing the federation ingress on clusters running on {ibmpowerProductName} and {ibmzProductName}
2021
If the cluster runs on {ibmpowerProductName} or {ibmzProductName} infrastructure and fully supports `LoadBalancer` services, the IP address found in the `.status.loadBalancer.ingress.ip` field of the ingress gateway `Service` object should be specified as one of the entries in the `.spec.remote.addresses` field of the `ServiceMeshPeer` object.
2122

2223
If the cluster does not support `LoadBalancer` services, using a `NodePort` service could be an option if the nodes are accessible from the cluster running the other mesh. In the `ServiceMeshPeer` object, specify the IP addresses of the nodes in the `.spec.remote.addresses` field and the service's node ports in the `.spec.remote.discoveryPort` and `.spec.remote.servicePort` fields.
23-
endif::openshift-rosa
24+
endif::openshift-rosa[]
2425

2526
== Exposing the federation ingress on Amazon Web Services (AWS)
2627
By default, LoadBalancer services in clusters running on AWS do not support L4 load balancing. In order for {SMProductName} federation to operate correctly, the following annotation must be added to the ingress gateway service:

0 commit comments

Comments
 (0)