Skip to content

Commit

Permalink
Updates mlab-oti platform cluster disk images to v2.4.21 (#102)
Browse files Browse the repository at this point in the history
Upgrades k8s components to v1.28.14
  • Loading branch information
nkinkade committed Sep 24, 2024
1 parent 64176e1 commit df330c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlab-oti/platform-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "platform-cluster" {
instances = {
attributes = {
daemonset = "ndt"
disk_image = "platform-cluster-instance-v2-4-20"
disk_image = "platform-cluster-instance-v2-4-21"
disk_size_gb = 100
disk_type = "pd-ssd"
machine_type = "n2-highcpu-4"
Expand Down Expand Up @@ -155,7 +155,7 @@ module "platform-cluster" {

api_instances = {
machine_attributes = {
disk_image = "platform-cluster-api-instance-v2-4-20"
disk_image = "platform-cluster-api-instance-v2-4-21"
disk_size_gb_boot = 100
disk_size_gb_data = 10
# This will show up as /dev/disk/by-id/google-<name>
Expand Down Expand Up @@ -189,7 +189,7 @@ module "platform-cluster" {
}

prometheus_instance = {
disk_image = "platform-cluster-internal-instance-v2-4-20"
disk_image = "platform-cluster-internal-instance-v2-4-21"
disk_size_gb_boot = 100
disk_size_gb_data = 3500
disk_type = "pd-ssd"
Expand Down

0 comments on commit df330c9

Please sign in to comment.