Skip to content

Commit

Permalink
feat(talos): enable alias ip per default
Browse files Browse the repository at this point in the history
AliasIP is working in Talos 1.7.5

Fixed in siderolabs/talos#8493
  • Loading branch information
mrclrchtr committed Jul 29, 2024
1 parent b967f89 commit afeb363
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,9 @@ variable "enable_floating_ip" {

variable "enable_alias_ip" {
type = bool
default = false
default = true
description = <<EOF
If true, an alias IP (cidrhost(node_ipv4_cidr, 100)) will be created and assigned to the control plane nodes.
This can lead to error messages occurring during the first bootstrap.
More about this here: https://github.com/siderolabs/talos/pull/8493
If these error messages occur, one control plane must be restarted after complete initialisation once.
This should resolve the error.
EOF
}

Expand Down

0 comments on commit afeb363

Please sign in to comment.