Skip to content

Commit 1c4b5af

Browse files
committed
update k8s version to v1.31.1 and image/node_shape version to VM.Standard.E3.Flex
1 parent a386210 commit 1c4b5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/k8s/oke/terraform/containerengine.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "oci_containerengine_node_pool" "okell_node_pool" {
3939
compartment_id = var.ociCompartmentOcid
4040
kubernetes_version = var.kubernetes_version
4141
name = "Pool"
42-
node_shape = "VM.Standard.E2.1"
42+
node_shape = "VM.Standard.E3.Flex"
4343
node_config_details {
4444
placement_configs {
4545
availability_domain = data.oci_identity_availability_domain.ad1.name

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.29.1"
12+
default = "v1.31.1"
1313
}

0 commit comments

Comments
 (0)