chore: update cluster to k8s 1.32.1
This commit is contained in:
parent
e07cc1ac37
commit
af827e0bac
3 changed files with 5 additions and 22 deletions
17
buckets.tf
17
buckets.tf
|
@ -1,17 +0,0 @@
|
||||||
resource "cloudflare_r2_bucket" "csi" {
|
|
||||||
account_id = var.cloudflare_account_id
|
|
||||||
name = "csi"
|
|
||||||
location = "WEUR"
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_r2_bucket" "gitea" {
|
|
||||||
account_id = var.cloudflare_account_id
|
|
||||||
name = "gitea"
|
|
||||||
location = "WEUR"
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "cloudflare_r2_bucket" "tfstate" {
|
|
||||||
account_id = var.cloudflare_account_id
|
|
||||||
name = "tfstate"
|
|
||||||
location = "WEUR"
|
|
||||||
}
|
|
4
vars.tf
4
vars.tf
|
@ -44,12 +44,12 @@ variable "spin_shim_version" {
|
||||||
|
|
||||||
variable "control_plane_k3s_version" {
|
variable "control_plane_k3s_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.31.5+k3s1"
|
default = "v1.32.1+k3s1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "worker_k3s_version" {
|
variable "worker_k3s_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v1.31.5+k3s1"
|
default = "v1.32.1+k3s1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "forgejo_runner_secret" {
|
variable "forgejo_runner_secret" {
|
||||||
|
|
|
@ -15,21 +15,21 @@ k3s_sans = [
|
||||||
]
|
]
|
||||||
|
|
||||||
k3s_workers = {
|
k3s_workers = {
|
||||||
"w1-cax11-hel1-gen6" = {
|
"w1-cax11-hel1-gen7" = {
|
||||||
server_type = "cax21"
|
server_type = "cax21"
|
||||||
generation = 1
|
generation = 1
|
||||||
private_ip = "172.23.2.20"
|
private_ip = "172.23.2.20"
|
||||||
location = "hel1"
|
location = "hel1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"w2-cax11-hel1-gen6" = {
|
"w2-cax11-hel1-gen7" = {
|
||||||
server_type = "cax21"
|
server_type = "cax21"
|
||||||
generation = 1
|
generation = 1
|
||||||
private_ip = "172.23.2.21"
|
private_ip = "172.23.2.21"
|
||||||
location = "hel1"
|
location = "hel1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"w3-cax11-hel1-gen5" = {
|
"w3-cax11-hel1-gen7" = {
|
||||||
server_type = "cax21"
|
server_type = "cax21"
|
||||||
generation = 1
|
generation = 1
|
||||||
private_ip = "172.23.2.22"
|
private_ip = "172.23.2.22"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue