1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OCPBUGS-42984:updating parameter alignment

This commit is contained in:
Brendan Daly
2025-01-03 14:26:24 +00:00
committed by openshift-cherrypick-robot
parent ec0e0737b2
commit ce726fb029

View File

@@ -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.