-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OSDOCS-19483] Addresses comment made for OSDOCS 19483 #111695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
|
||
| ==== | ||
|
|
||
| *** To verify the service, run the following command: | ||
| + | ||
| [source,terminal] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Using
at leastmight be redundant since you have already specifiedminimum number.This is nitty nit. So all good to merge. :)
There was a problem hiding this comment.
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! :)