Skip to content

Commit b24c7e4

Browse files
authored
docs: updated supported and default OKE Kubernetes versions (#639)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent dfdb9f2 commit b24c7e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/terraformoptions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ EOT
696696

697697
|`kubernetes_version`
698698
|The version of Kubernetes to provision. This is based on the available versions in OKE. By default, the latest version is selected. The use of 'LATEST' is no longer permitted in order to facilitate upgrades.
699-
|v1.20.8, v1.20.11, v1.21.5, v1.22.5, v1.23.4,
700-
|v1.23.4
699+
|v1.22.5, v1.23.4, v1.24.1, v1.25.4
700+
|v1.24.1
701701

702702
|pods_cidr
703703
|The CIDR for the Kubernetes POD network for flannel networking. CIDR blocks for pods must not overlap with the CIDR blocks for workers and load balancer subnets (calculated using vcn_cidr, newbits and subnets parameters).

terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ control_plane_type = "private"
173173
control_plane_allowed_cidrs = ["0.0.0.0/0"]
174174
control_plane_nsgs = []
175175
dashboard_enabled = false
176-
kubernetes_version = "v1.23.4"
176+
kubernetes_version = "v1.24.1"
177177
pods_cidr = "10.244.0.0/16"
178178
services_cidr = "10.96.0.0/16"
179179

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ variable "dashboard_enabled" {
586586
}
587587

588588
variable "kubernetes_version" {
589-
default = "v1.23.4"
589+
default = "v1.24.1"
590590
description = "The version of kubernetes to use when provisioning OKE or to upgrade an existing OKE cluster to."
591591
type = string
592592
}

0 commit comments

Comments
 (0)