The inventory file generated by Terraform produces the following warnings: ``` [WARNING]: * Failed to parse <PATH>/kubespray/contrib/terraform/hetzner/inventory.ini with ini plugin: <PATH>/kubespray/contrib/terraform/hetzner/inventory.ini:21: Section [k8s_cluster:children] includes undefined group: kube-master ... [WARNING]: Could not match supplied host pattern, ignoring: kube-master PLAY [Add kube-master nodes to kube_control_plane] ******************************************************************************************************** skipping: no hosts matched [WARNING]: Could not match supplied host pattern, ignoring: kube-node PLAY [Add kube-node nodes to kube_node] ******************************************************************************************************************* skipping: no hosts matched ```
20 lines
250 B
Smarty
20 lines
250 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
|
|
|
|
[k8s_cluster:vars]
|
|
network_id=${network_id}
|