Skip to content

Commit 5ea7278

Browse files
authored
updated base module to temporarily disable osms so kubectl and helm can be installed (#228)
1 parent fe54d9e commit 5ea7278

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
@@ -452,8 +452,8 @@ admission_controller_options = {
452452

453453
|`kubernetes_version`
454454
|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.
455-
|v1.14.8,v1.15.7, v1.16.8
456-
|v1.16.8
455+
|v1.14.8,v1.15.7, v1.16.8, v1.17.9
456+
|v1.17.9
457457

458458
|`node_pools`
459459
|The number, shape and quantities per subnets of node pools to create. Each key and tuple pair corresponds to 1 node pool. The first parameter in the tuple sets the shape of the worker node and the 2nd parameter sets the size of the node pool. A minimum of 3 worker worker nodes per node pool will be created. Refer to {uri-topology}[topology] for more thorough examples.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77

88
module "base" {
99
source = "oracle-terraform-modules/base/oci"
10-
version = "1.3.1"
10+
version = "1.3.3"
1111

1212
# general oci parameters
1313
oci_base_general = local.oci_base_general

terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ check_node_active = "none"
130130

131131
dashboard_enabled = false
132132

133-
kubernetes_version = "v.16.8"
133+
kubernetes_version = "v.17.9"
134134

135135
node_pools = {
136136
np1 = ["VM.Standard.E2.2", 1]

0 commit comments

Comments
 (0)