Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
lerndevopss committed May 29, 2020
1 parent d434ffa commit 9c6f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-k8s-v17-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apt-cache madison kubelet | head | awk '{print $1,$2,$3}'
echo "=================================="
apt-cache madison kubectl | head | awk '{print $1,$2,$3}'
echo " "
kubever="1.17.4-00"
kubever="1.18.1-00"
echo "Installing v1.17.4-00 Version for kubeadm,kubelet,kubectl"
sudo apt-get install -y kubeadm=$kubever kubelet=$kubever kubectl=$kubever
if [ $? -eq 0 ];then
Expand Down

0 comments on commit 9c6f05c

Please sign in to comment.