k3s

camptocamp/k3s/libvirt

Terraform Module HCL LIBVIRT
Install
module "k3s" {
source = "camptocamp/k3s/libvirt"
version = "0.4.0"
}
plain text: /constructs/tfmod-camptocamp-k3s-libvirt/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (11)
NameTypeDescriptionDefault
cluster_namestringThe name of the Kubernetes cluster to create. required
wait_for_cluster_cmdstringCustom local-exec command to execute for determining if the eks cluster is healt"for i in `seq 1 60`; do if `command -v
server_vcpunumberThe amount of virtual CPUs to allocate to the server.1
agent_vcpunumberThe amount of virtual CPUs to allocate to the agents.1
agent_volume_sizenumberThe size of the volume in bytes attached to the agents10737418240
k3os_versionstringThe k3os version to use."v0.11.1"
node_countnumberNumber of nodes to deploy2
wait_for_cluster_interpreterlist(string)Custom local-exec command line interpreter for the command to determining if the[ "/bin/sh", "-c" ]
server_memorynumberThe amount of memory in MiB to allocate to the server.1024
server_volume_sizenumberThe size of the volume in bytes attached to the server10737418240
agent_memorynumberThe amount of memory in MiB to allocate to the agents.1024
Outputs (4)
ingress_ip_address
kubeconfig
kubeconfig_filename
cluster_endpoint
Resources (6)
libvirt_domainlibvirt_networklibvirt_poollibvirt_volumenull_resourcerandom_password
Details
FrameworkTerraform Module
LanguageHCL
Version0.4.0
Cloud LIBVIRT
★ Stars5
Forks5
Total downloads1.3k
Inputs11
Outputs4
Resources6
Namespacecamptocamp
Updated