Description of problem: When attempting to create a load balancer similar to how one is created in the online documentation and on other cloud providers the load balancer never successfully finishes. Version-Release number of selected component (if applicable): 3.7 and 3.9 How reproducible: Create a deployment, add azure.conf, restart services Steps to Reproduce: 1. deploy openshift 2. configure for azure 3. create load balancer svc Actual results: No load balancer created and svc stays in a pending state Expected results: Load balancer created Additional info:
@ben this can be resolved if the ga docs include the following tenantId: <value> subscriptionId: <value> aadClientId: <value> aadClientSecret: <null> aadTenantId: <value> resourceGroup: <value> cloud: <value> location: <value> vnetName: <value> securityGroupName: <value> primaryAvailabilitySetName: <value> The above ^^ can create load balancers in 3.9
This was fixed by https://github.com/openshift/openshift-docs/pull/8550 (Thanks for the PR @Ryan)
The document has been updated according to the comment#1 Set the bug as verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816