[RHOCP 4] Update outbound routing strategy 'outboundType' from 'LoadBalancer' to 'UserDefinedRouting' post installation
Environment
- Red Hat OpenShift Container Platform (RHOCP)
- 4
- Microsoft Azure Red Hat OpenShift
Issue
- How to modify/update the
outbound routing strategyin live OpenShift cluster? - Is it supported to change
outboundTypefromLoadBalancertoUserDefinedRoutingand vice-versa in the OpenShift cluster post-installation - Is it possible to update
outbound routing strategyoutboundTypefromLoadBalancertoUserDefinedRoutingpost cluster installation in OpenShift? Is it a supported configuration?
Resolution
- It is not possible to change
outboundTypein live OpenShift cluster. This cannot be changed after cluster installation. Outbound routing strategycan only be configured when installing OpenShift cluster.- There is no
APIavailable to convert theOutboundTypetoUserDefinedRoutingorLoadbalancer.
Diagnostic Steps
-
To check existing
outbound routing strategy:$ oc get machines $ oc describe machine <machine_name> ... Spec: Public IP: false Public Load Balancer: xxxxx ---- for UserDefinedRouting this will be missing
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments