We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a386210 commit 1c4b5afCopy full SHA for 1c4b5af
infra/k8s/oke/terraform/containerengine.tf
@@ -39,7 +39,7 @@ resource "oci_containerengine_node_pool" "okell_node_pool" {
39
compartment_id = var.ociCompartmentOcid
40
kubernetes_version = var.kubernetes_version
41
name = "Pool"
42
- node_shape = "VM.Standard.E2.1"
+ node_shape = "VM.Standard.E3.Flex"
43
node_config_details {
44
placement_configs {
45
availability_domain = data.oci_identity_availability_domain.ad1.name
infra/k8s/oke/terraform/main_var.tf
@@ -9,5 +9,5 @@ variable "vcnOcid" {}
9
variable "kubernetes_version" {
10
description = "OKE Version"
11
type = string
12
- default = "v1.29.1"
+ default = "v1.31.1"
13
}
0 commit comments