You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: enhance controlplane and worker node configurations with optional VM ID and IP offsets
* fix: update worker node VM ID calculation to simplify offset logic
* fix: update controlplane and worker node VM ID references to use vm_id instead of vm_base_id
* fix: update image version to v1.10.4 and add vm_id to controlplane overrides
* fix: update image version to v1.10.4 in k8s_cluster_override module
* terraform-docs: automated action
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
| <aname="input_cluster"></a> [cluster](#input\_cluster)| Cluster configuration | <pre>object({<br/> name = string # The name of the cluster<br/> config_patches = optional(list(string), []) # List of configuration patches to apply to the Talos machine configuration<br/> node = string # Default node to deploy the vms on<br/> datastore = string # Default datastore to deploy the vms on<br/> vm_base_id = number # The first VM ID for Proxmox VMs, with subsequent IDs counted up from it<br/> install_disk = optional(string, "/dev/sda") # The disk to install Talos on<br/> })</pre> | n/a | yes |
| <aname="input_cluster"></a> [cluster](#input\_cluster)| Cluster configuration | <pre>object({<br/> name = string # The name of the cluster<br/> config_patches = optional(list(string), []) # List of configuration patches to apply to the Talos machine configuration<br/> node = string # Default node to deploy the vms on<br/> datastore = string # Default datastore to deploy the vms on<br/> vm_base_id = number # The first VM ID for Proxmox VMs, with subsequent IDs counted up from it<br/> install_disk = optional(string, "/dev/sda") # The disk to install Talos on<br/> ip_base_offset = optional(number, 10) # Offset for IP addresses of the cluster nodes<br/> })</pre> | n/a | yes |
0 commit comments