k3s_config |
Module configuration for K3s module |
list(object({ name = string metro = string plan_control_plane = string plan_node = string node_count = number k3s_ha = bool os = string control_plane_hostnames = string node_hostnames = string custom_k3s_token = string ip_pool_count = number k3s_version = string metallb_version = string })) |
[ { "control_plane_hostnames": "k3s-cp", "custom_k3s_token": "", "ip_pool_count": 1, "k3s_ha": false, "k3s_version": "v1.4.stable.1", "metallb_version": "", "metro": "SV", "name": "k3s-cluster", "node_count": 3, "node_hostnames": "k3s-node", "os": "debian_11", "plan_control_plane": "c3.small.x86", "plan_node": "c3.small.x86" } ] |
no |