Skip to content

Commit

Permalink
Update install-docker-kubelet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
academiaonline authored Feb 4, 2021
1 parent 71ee4e9 commit 0e3af6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rhel8/bin/install-docker-kubelet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
#########################################################################
set -x ;
#########################################################################
engine=containerd ;
baseurl=https://packages.cloud.google.com ;
engine=containerd ;
log=/tmp/install-docker-kubelet.log ;
repo=https://download.docker.com/linux/centos/docker-ce.repo ;
yum_key=https://packages.cloud.google.com/yum/doc/yum-key.gpg ;
rpm_key=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg ;
sleep=10 ;
version="1.18.14-00" ;
yum_key=https://packages.cloud.google.com/yum/doc/yum-key.gpg ;
#########################################################################
#sudo yum update -y ;
sudo yum install -y python3 ;
Expand Down

0 comments on commit 0e3af6e

Please sign in to comment.