Skip to content

Commit fe54d9e

Browse files
authored
updated version of base module to install kubectl (#198)
1 parent 6ec12e2 commit fe54d9e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ All notable changes to this project are documented in this file.
77

88
The format is based on {uri-changelog}[Keep a Changelog].
99

10+
== 2.3.2 (August 19, 2020)
11+
* Unable to install kube in operator (#197)
12+
1013
== 2.3.1 (August 13, 2020)
1114
* Missing security rule when workers are in public mode (#183)
1215
* Updated docs for terraform options and for resetting nodepool_drain (#190)

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.0"
10+
version = "1.3.1"
1111

1212
# general oci parameters
1313
oci_base_general = local.oci_base_general

modules/oke/scripts/install_kubectl.template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
sudo yum install -y oracle-olcne-release-el7
66

7-
sudo yum-config-manager --enable ol7_olcne
7+
sudo yum-config-manager --enable ol7_olcne11
88

99
sudo yum install -y kubectl git
1010

0 commit comments

Comments
 (0)