fix: Use correct IP addresses for controlplanes
This commit is contained in:
parent
310f6fb29d
commit
dd38c3c3f0
1 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ locals {
|
|||
talos_version = "1.11.3"
|
||||
ipv4_gateway = "10.13.38.1"
|
||||
ipv4_cidr = "/24"
|
||||
cluster_endpoint_ip = "10.13.38.20"
|
||||
cluster_endpoint_ip = "10.13.38.10"
|
||||
|
||||
|
||||
controlplanes = {
|
||||
|
|
@ -25,15 +25,15 @@ locals {
|
|||
nodes = [
|
||||
{
|
||||
name = "cp01"
|
||||
ip_address = "10.13.38.21"
|
||||
ip_address = "10.13.38.11"
|
||||
},
|
||||
{
|
||||
name = "cp02"
|
||||
ip_address = "10.13.38.22"
|
||||
ip_address = "10.13.38.12"
|
||||
},
|
||||
{
|
||||
name = "cp03"
|
||||
ip_address = "10.13.38.23"
|
||||
ip_address = "10.13.38.13"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue