chore: upgrade spin and re-organize nodes
This commit is contained in:
parent
f234b8fcab
commit
efe16ccb89
2 changed files with 8 additions and 24 deletions
2
vars.tf
2
vars.tf
|
@ -39,7 +39,7 @@ variable "litestream_version" {
|
|||
|
||||
variable "spin_shim_version" {
|
||||
type = string
|
||||
default = "v0.16.0"
|
||||
default = "v0.17.0"
|
||||
}
|
||||
|
||||
variable "control_plane_k3s_version" {
|
||||
|
|
|
@ -17,51 +17,35 @@ k3s_sans = [
|
|||
k3s_workers = {
|
||||
"w1-cx22-hel1" = {
|
||||
server_type = "cx22"
|
||||
generation = 10
|
||||
generation = 11
|
||||
private_ip = "172.23.2.20"
|
||||
location = "hel1"
|
||||
storage_node = false
|
||||
}
|
||||
|
||||
"w2-cax11-hel1" = {
|
||||
server_type = "cax11"
|
||||
generation = 10
|
||||
server_type = "cax21"
|
||||
generation = 1
|
||||
private_ip = "172.23.2.21"
|
||||
location = "hel1"
|
||||
storage_node = true
|
||||
}
|
||||
|
||||
"w3-cax11-hel1" = {
|
||||
server_type = "cax11"
|
||||
generation = 6
|
||||
server_type = "cax21"
|
||||
generation = 1
|
||||
private_ip = "172.23.2.22"
|
||||
location = "hel1"
|
||||
storage_node = true
|
||||
}
|
||||
|
||||
"w4-cax11-hel1" = {
|
||||
server_type = "cax11"
|
||||
generation = 3
|
||||
server_type = "cax21"
|
||||
generation = 1
|
||||
private_ip = "172.23.2.23"
|
||||
location = "hel1"
|
||||
storage_node = true
|
||||
}
|
||||
|
||||
"w5-cax11-hel1" = {
|
||||
server_type = "cax11"
|
||||
generation = 3
|
||||
private_ip = "172.23.2.24"
|
||||
location = "hel1"
|
||||
storage_node = true
|
||||
}
|
||||
|
||||
"w6-cax11-hel1" = {
|
||||
server_type = "cax11"
|
||||
generation = 4
|
||||
private_ip = "172.23.2.25"
|
||||
location = "hel1"
|
||||
storage_node = true
|
||||
}
|
||||
}
|
||||
|
||||
ssh_keys = ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQoNCLuHgcaDn4JTjCeQKJsIsYU0Jmub5PUMzIIZbUBb+TGMh6mCAY/UbYaq/n4jVnskXopzPGJbx4iPBG5HrNzqYZqMjkk8uIeeT0mdIcNv9bXxuCxCH1iHZF8LlzIZCmQ0w3X6VQ1izcJgvjrAYzbHN3gqCHOXtNkqIUkwaadIWCEjg33OVSlM4yrIDElr6+LHzv84VNh/PhemixCVVEMJ83GjhDtpApMg9WWW3es6rpJn4TlYEMV+aPNU4ZZEWFen/DFBKoX+ulkiJ8CwpY3eJxSzlBijs5ZKH89OOk/MXN1lnREElFqli+jE8EbZKQzi59Zmx8ZOb52qVNot8XZT0Un4EttAIEeE8cETqUC4jK+6RbUrsXtclVbU9i57LWRpl65LYSIJEFmkTxvYdkPXqGbvlW024IjgSo8kds121w95+Rpo6419cSYsQWowS8+aXfEv2Q8SE81QH7ObYfWFXsPBAmmNleQNN3E5HOoaxpWQjv3aTUGuxm4PCzKLdP0LsHmTfGJB7Priaj+9i8xLjDWe7zXDde2Gp9FmdedDr06uEkVSRFnS35Dwfd7M7xP6NsilfMOdWzJWWy/BAYxtnWcrEFxhaEr4vgs8Ub+KBtKhr740x3Mr8up+mythConAs4LOj37lWK4kJ8cI7TXjcSJi9nTIPd39us7tp3Aw== cardno:24_781_961"]
|
||||
|
|
Loading…
Reference in a new issue