From aec1246b9df4378d8b65687231a72dabbb25657e Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Tue, 19 Oct 2021 17:18:19 +0200 Subject: [PATCH] message --- setup-cri.sh | 8 ++++++++ setup-docker.sh | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/setup-cri.sh b/setup-cri.sh index 7f359cc..eaa51f1 100755 --- a/setup-cri.sh +++ b/setup-cri.sh @@ -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 diff --git a/setup-docker.sh b/setup-docker.sh index 7f359cc..eaa51f1 100755 --- a/setup-docker.sh +++ b/setup-docker.sh @@ -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