Skip to content

Commit 1df7cf6

Browse files
committed
update k8s version to v1.28.2
1 parent 5b30320 commit 1df7cf6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

infra/k8s/oke/terraform/containerengine.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ resource "oci_containerengine_node_pool" "okell_node_pool" {
5151
image_id = local.oracle_linux_images.0 # Latest
5252
source_type = "IMAGE"
5353
}
54+
55+
node_shape_config {
56+
memory_in_gbs = 16 # Specify the memory size in GBs
57+
ocpus = 1 # Specify the number of OCPUs
58+
}
59+
5460
}
5561

5662
data "oci_containerengine_node_pool_option" "okell_node_pool_option" {

infra/k8s/oke/terraform/main_var.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ variable "vcnOcid" {}
99
variable "kubernetes_version" {
1010
description = "OKE Version"
1111
type = string
12-
default = "v1.28.2"
12+
default = "v1.31.1"
1313
}

0 commit comments

Comments
 (0)