terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

CI tests are failing with index out of range error when tests set master_oci_lb_enabled=false

Open jlamillan opened this issue 7 years ago • 0 comments

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.

jlamillan avatar Mar 29 '18 00:03 jlamillan