Fix kubectl installation

pull/10774/head
Ilya Zuyev 2021-03-15 16:14:49 -07:00
parent 2165d89cc5
commit 6804e02b1f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
sudo ./installers/check_install_golang.sh "1.16" "/usr/local" || true
# install docker and kubectl if not present
sudo ./installers/check_install_docker.sh
sudo ARCH="$ARCH" ./installers/check_install_docker.sh
# let's just clean all docker artifacts up
docker system prune --force --volumes || true