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

Add support to have an option for both etcd and master to share a single load balancer

Open samdgz opened this issue 7 years ago • 1 comments

When load balancer resources are limited in a single bmc tenancy, it'll limit the total number of k8s clusters that can be set up in a team to be used in testing and development, if every installation requires two load balancers, one for etcd, and one for the masters.

samdgz avatar Oct 19 '17 17:10 samdgz

There is now a flag to disable the etcd load balancer. etcd_lb_enabled="false"

Although this doesn't quite combine them, it does allow for running a cluster with only a single load balancer resource.

jrosinsk avatar Nov 02 '17 18:11 jrosinsk