feat: Manage storage nic config through machineconfig
This commit is contained in:
parent
30d3b3b478
commit
628443c06c
4 changed files with 28 additions and 14 deletions
|
|
@ -78,6 +78,7 @@ resource "talos_machine_configuration_apply" "config_apply_worker" {
|
|||
cluster_name = var.node_config.cluster_name
|
||||
vip_address = var.node_config.cluster_endpoint
|
||||
node_name = format("%s.wheatley.in", var.node_config.proxmox_node)
|
||||
storage_address = each.value.storage_address
|
||||
machine_type = each.value.type
|
||||
talos_version = var.node_config.talos_version
|
||||
gateway-api_version = var.node_config.gateway_api_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue