The CI tests are assuming master_lb_ip is always defined, which isn't the case when master_oci_lb_enabled=false.
--------------------------------------------------------
Verifying select Terraform outputs
--------------------------------------------------------
{
"sensitive": false,
"type": "list",
"value": []
}
--------------------------------------------------------
Unexpected error:
--------------------------------------------------------
kube-system Traceback (most recent call last):
File "create/runner.py", line 195, in _verifyConfig
masterPublicLBAddress = "https://" + outputJSON["value"][0] + ":443"
IndexError: list index out of range
Re-enabling master LB in test cluster in the meantime.