feat(k8s-wheatley): Prepare for GPU nodes
This commit is contained in:
parent
fbbfee32a4
commit
c6d4143df2
7 changed files with 25 additions and 4 deletions
|
|
@ -54,7 +54,6 @@ resource "talos_machine_configuration_apply" "config_apply_cp" {
|
|||
vip_address = var.node_config.cluster_endpoint
|
||||
node_name = format("%s.wheatley.in", var.node_config.proxmox_node)
|
||||
machine_type = each.value.type
|
||||
talos_version = var.node_config.talos_version
|
||||
gateway-api_version = var.node_config.gateway_api_version
|
||||
cilium_version = var.node_config.cilium_version
|
||||
cilium_install_file = file("${path.module}/templates/cilium-install.yaml.tmpl")
|
||||
|
|
@ -84,6 +83,7 @@ resource "talos_machine_configuration_apply" "config_apply_worker" {
|
|||
cilium_version = var.node_config.cilium_version
|
||||
cilium_install_file = file("${path.module}/templates/cilium-install.yaml.tmpl")
|
||||
pvc_disks = each.value.pvc_disks
|
||||
gpu_enabled = each.value.gpu_enabled
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue