Skip to content

Commit 7b57ce4

Browse files
authored
enabled ol7_olcne yum repo to install the latest kubectl (#120)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 7befc11 commit 7b57ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/oke/scripts/install_kubectl.template.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
44

5+
sudo yum install -y oracle-olcne-release-el7
6+
7+
sudo yum-config-manager --enable ol7_olcne
8+
59
sudo yum install -y kubectl git
610

711
mkdir ~/.kube

0 commit comments

Comments
 (0)