You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
297 B

  1. [all]
  2. ${connection_strings_master}
  3. ${connection_strings_worker}
  4. [kube_control_plane]
  5. ${list_master}
  6. [kube_control_plane:vars]
  7. supplementary_addresses_in_ssl_keys = [ "${api_lb_ip_address}" ]
  8. [etcd]
  9. ${list_master}
  10. [kube_node]
  11. ${list_worker}
  12. [k8s_cluster:children]
  13. kube_control_plane
  14. kube_node