update
This commit is contained in:
17
kubespray/contrib/terraform/upcloud/templates/inventory.tpl
Normal file
17
kubespray/contrib/terraform/upcloud/templates/inventory.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user