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 22218c0 commit 216feb9Copy full SHA for 216feb9
infra/k8s/oke/terraform/containerengine.tf
@@ -10,7 +10,7 @@ resource "oci_containerengine_cluster" "oke" {
10
]
11
subnet_id = oci_core_subnet.endpoint.id
12
}
13
- kubernetes_version = "v1.20.8"
+ kubernetes_version = "v1.21.5"
14
name = "grabdish"
15
vcn_id = data.oci_core_vcn.vcn.id
16
#Optional
@@ -37,7 +37,7 @@ resource "oci_containerengine_cluster" "oke" {
37
resource "oci_containerengine_node_pool" "okell_node_pool" {
38
cluster_id = oci_containerengine_cluster.oke.id
39
compartment_id = var.ociCompartmentOcid
40
41
name = "Pool"
42
node_shape = "VM.Standard.E2.1"
43
node_config_details {
0 commit comments