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.

17 lines
206 B

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