This repository was archived by the owner on Oct 31, 2019. It is now read-only.
This repository was archived by the owner on Oct 31, 2019. It is now read-only.
CI tests are failing with index out of range error when tests set master_oci_lb_enabled=false #184
Open
Description
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.