b3745f2614
* Properly tag instances and subnets with `kubernetes.io/cluster/$cluster_name` This is required by kubernetes to support multiple clusters in a single vpc/az * Get rid of loadbalancer_apiserver_address as it is no longer needed
27 lines
283 B
Smarty
27 lines
283 B
Smarty
[all]
|
|
${connection_strings_master}
|
|
${connection_strings_node}
|
|
${connection_strings_etcd}
|
|
|
|
|
|
${public_ip_address_bastion}
|
|
|
|
[kube-master]
|
|
${list_master}
|
|
|
|
|
|
[kube-node]
|
|
${list_node}
|
|
|
|
|
|
[etcd]
|
|
${list_etcd}
|
|
|
|
|
|
[k8s-cluster:children]
|
|
kube-node
|
|
kube-master
|
|
|
|
|
|
[k8s-cluster:vars]
|
|
${elb_api_fqdn}
|