Skip to content
Merged
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
6 changes: 6 additions & 0 deletions modules/nw-ingress-gateway-api-enable.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ $ oc get deployment -n openshift-ingress example-gateway-openshift-default
NAME READY UP-TO-DATE AVAILABLE AGE
example-gateway-openshift-default 1/1 1 1 25s
----
+
[NOTE]
====
The difference between high available and non-high-available topologies is the minimum number of replicas: at least two gateway instances on high available clusters, which can scale out to ten replicas, and only one gateway instance on the cluster that does not use a high available topology.
====

*** To verify the service, run the following command:
+
[source,terminal]
Expand Down