Skip to content
Open
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 highly available and non-highly-available topologies is the minimum number of replicas: at least two on highly available clusters, and one on clusters that do not use a highly available topology. Either topology can scale a gateway deployment out to ten replicas.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Using at least might be redundant since you have already specified minimum number.
This is nitty nit. So all good to merge. :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Will definitely consider this after dev review! :)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Steve, if you mention either topology can scale to 10, then it will be not non ha (it will become redundant cluster). so better make similar to below.

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 do not use a high available topology.

====

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