Files
offline_kubespray/contrib/terraform/upcloud/templates/inventory.tpl
2024-02-16 17:08:09 +09:00

18 lines
206 B
Smarty

[all]
${connection_strings_master}
${connection_strings_worker}
[kube_control_plane]
${list_master}
[etcd]
${list_master}
[kube_node]
${list_worker}
[k8s_cluster:children]
kube_control_plane
kube_node