We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea84f97 commit 505c7b2Copy full SHA for 505c7b2
modules/extensions/scripts/install_kubectl.template.sh
@@ -10,13 +10,13 @@ if [ ! -f .kubectl_completed ]; then
10
if [ ${ol} = 8 ]; then
11
sudo dnf install -y oracle-olcne-release-el8
12
13
- sudo dnf config-manager --enable ol8_olcne12
+ sudo dnf config-manager --enable ol8_olcne14
14
15
sudo dnf install -y kubectl git
16
else
17
sudo yum install -y oracle-olcne-release-el7 > /dev/null 2>&1
18
19
- sudo yum-config-manager --enable ol7_olcne11 > /dev/null 2>&1
+ sudo yum-config-manager --enable ol7_olcne14 > /dev/null 2>&1
20
21
sudo yum install -y kubectl git > /dev/null 2>&1
22
fi
0 commit comments