Skip to content

Commit 5b79559

Browse files
authored
Merge pull request #86681 from brendan-daly-red-hat/OCPBUGS-42984
OCPBUGS-42984#updating parameter alignment
2 parents 8a5a171 + 0e026ea commit 5b79559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/nw-osp-configuring-external-load-balancer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ ifdef::vsphere[]
345345
endif::vsphere[]
346346
loadBalancer:
347347
type: UserManaged <1>
348-
apiVIPs:
349-
- <api_ip> <2>
350-
ingressVIPs:
351-
- <ingress_ip> <3>
348+
apiVIPs:
349+
- <api_ip> <2>
350+
ingressVIPs:
351+
- <ingress_ip> <3>
352352
# ...
353353
----
354354
<1> Set `UserManaged` for the `type` parameter to specify a user-managed load balancer for your cluster. The parameter defaults to `OpenShiftManagedDefault`, which denotes the default internal load balancer. For services defined in an `openshift-kni-infra` namespace, a user-managed load balancer can deploy the `coredns` service to pods in your cluster but ignores `keepalived` and `haproxy` services.

0 commit comments

Comments
 (0)