Skip to content

Commit

Permalink
Latest version of OKE and Nodepool (#426)
Browse files Browse the repository at this point in the history
* Adding +x to script, typos and remove verrazzano file

* Repo updates for OL

Changed repo for Oracle Linux to Oracle hosted repo

* Typo in Dockerfile

* Upgrading OKE and nodepool version to latest

Current version 1.21.5 doesn't deploy properly. Upgrading to latest version
  • Loading branch information
andytael authored Jun 4, 2022
1 parent b1bd364 commit 8ff3de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/k8s/oke/terraform/containerengine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "oci_containerengine_cluster" "oke" {
]
subnet_id = oci_core_subnet.endpoint.id
}
kubernetes_version = "v1.21.5"
kubernetes_version = "v1.23.4"
name = "grabdish"
vcn_id = data.oci_core_vcn.vcn.id
#Optional
Expand All @@ -37,7 +37,7 @@ resource "oci_containerengine_cluster" "oke" {
resource "oci_containerengine_node_pool" "okell_node_pool" {
cluster_id = oci_containerengine_cluster.oke.id
compartment_id = var.ociCompartmentOcid
kubernetes_version = "v1.21.5"
kubernetes_version = "v1.23.4"
name = "Pool"
node_shape = "VM.Standard.E2.1"
node_config_details {
Expand Down

0 comments on commit 8ff3de9

Please sign in to comment.