oracle / terraform-kubernetes-installer

Terraform Installer for Kubernetes on Oracle Cloud Infrastructure
Other
179 stars 118 forks source link

Target master node directly if master LB is not defined. #209

Closed jlamillan closed 6 years ago

jlamillan commented 6 years ago

This pull request updates our integration / end-to-end tests to use the public IP address of a master node if/when the test cluster does not have an LB front-ending it (i.e. when master_oci_lb_enabled = "false").

Signed-off-by: Jesse Millan jesse.millan@oracle.com