Skip to content

Commit

Permalink
Merge pull request #86681 from brendan-daly-red-hat/OCPBUGS-42984
Browse files Browse the repository at this point in the history
OCPBUGS-42984#updating parameter alignment
  • Loading branch information
xenolinux authored Jan 20, 2025
2 parents 8a5a171 + 0e026ea commit 5b79559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/nw-osp-configuring-external-load-balancer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ ifdef::vsphere[]
endif::vsphere[]
loadBalancer:
type: UserManaged <1>
apiVIPs:
- <api_ip> <2>
ingressVIPs:
- <ingress_ip> <3>
apiVIPs:
- <api_ip> <2>
ingressVIPs:
- <ingress_ip> <3>
# ...
----
<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.
Expand Down

0 comments on commit 5b79559

Please sign in to comment.