chore: upgrade worker nodes
This commit is contained in:
parent
5e8635e5ce
commit
89039a9852
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ variable "control_plane_k3s_version" {
|
|||
|
||||
variable "worker_k3s_version" {
|
||||
type = string
|
||||
default = "v1.29.2+k3s1"
|
||||
default = "v1.29.4+k3s1"
|
||||
}
|
||||
|
||||
variable "k3s_sans" {
|
||||
|
|
|
@ -15,7 +15,7 @@ k3s_sans = [
|
|||
]
|
||||
|
||||
k3s_workers = {
|
||||
"w1-cx21-hel1-gen2" = {
|
||||
"w1-cx21-hel1" = {
|
||||
server_type = "cx21"
|
||||
generation = 2
|
||||
private_ip = "172.23.2.20"
|
||||
|
@ -23,7 +23,7 @@ k3s_workers = {
|
|||
storage_node = false
|
||||
}
|
||||
|
||||
"w2-cax21-hel1-gen7" = {
|
||||
"w2-cax21-hel1" = {
|
||||
server_type = "cax21"
|
||||
generation = 7
|
||||
private_ip = "172.23.2.21"
|
||||
|
@ -31,7 +31,7 @@ k3s_workers = {
|
|||
storage_node = true
|
||||
}
|
||||
|
||||
"w3-cax21-hel1-gen7" = {
|
||||
"w3-cax21-hel1" = {
|
||||
server_type = "cax21"
|
||||
generation = 7
|
||||
private_ip = "172.23.2.22"
|
||||
|
|
Loading…
Reference in a new issue