Skip to content

Commit

Permalink
➕ (ovh) Upgrade nodes from d2-4 to d2-8 due to too low memory
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bizouard authored and claudusd committed Feb 19, 2024
1 parent a2dbc09 commit 06880e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ovh/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ k8s_cluster_name = "my_cluster"
k8s_cluster_region = "SBG5"
k8s_cluster_version = "1.26"
k8s_nodepool_name = "default-pool"
k8s_nodepool_flavor = "d2-4"
k8s_nodepool_flavor = "d2-8"
k8s_nodepool_monthly_billed = false
k8s_nodepool_min_nodes = "2"
k8s_nodepool_max_nodes = "10"
Expand Down
4 changes: 2 additions & 2 deletions ovh/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "k8s_nodepool_name" {
variable "k8s_nodepool_flavor" {
type = string
description = "The flavor to use for the nodepool"
default = "d2-4"
default = "d2-8"
}

variable "k8s_nodepool_monthly_billed" {
Expand Down Expand Up @@ -79,4 +79,4 @@ variable "k8s_nodepool_autoscale" {
type = bool
description = "Enable autoscaling feature (WIP)"
default = false
}
}

0 comments on commit 06880e7

Please sign in to comment.