This commit is contained in:
sandervanvugt 2021-10-19 17:18:19 +02:00
parent 3417bc849e
commit aec1246b9d
2 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,14 @@
# script that runs
# https://kubernetes.io/docs/setup/production-environment/container-runtime
echo this script is now deprecated and provided for compatibility reasons only.
echo run setup-container.sh instead.
echo after running setup-container.sh, use setup-kubetools.sh to install the kubernetes tools
echo this script will now stop
echo use Ctrl-C to stop it now
sleep 30
exit
yum install -y vim yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

View File

@ -2,6 +2,14 @@
# script that runs
# https://kubernetes.io/docs/setup/production-environment/container-runtime
echo this script is now deprecated and provided for compatibility reasons only.
echo run setup-container.sh instead.
echo after running setup-container.sh, use setup-kubetools.sh to install the kubernetes tools
echo this script will now stop
echo use Ctrl-C to stop it now
sleep 30
exit
yum install -y vim yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo